cURL
curl --request GET \ --url https://app.quizrise.com/api/v1/ping \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "<string>" }
Simple endpoint to verify API availability and response status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object