cURL
curl --request GET \ --url https://api.example.com/api/health \ --header 'Authorization: Bearer <token>'
{ "status": "ok" }
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
Bearer <token>
<token>
Service is healthy.
ok
Was this page helpful?