cURL
curl --request GET \ --url https://api.pulze.ai/healthz \ --header 'Authorization: Bearer <token>'
An endpoint that checks and ensures the required services are up and running:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?