Skip to main content
GET
/
ping
Ping Method
curl --request GET \
  --url https://api.fortiseval.com/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "message": "pong"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
message
enum<string>
required
Available options:
pong