cURL
curl --request GET \ --url https://api.mixpeek.com/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": 123, "error": { "message": "<string>", "type": "<string>", "details": {} }, "success": false }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?