cURL
curl --request GET \ --url https://api.fortiseval.com/v1/ping \ --header 'Authorization: Bearer <token>'
{ "message": "pong" }
This tests the validity of the API credentials provided and responds with pong if successful.
pong
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>