GET
/
ping
curl --request GET \
  --url https://app.quizrise.com/api/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful response
status
enum<string>
Available options:
success
message
string