cURL
curl --request GET \ --url http://app.localhost:3000/api/public/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "timestamp": "<string>", "version": "<string>" }
Simple health check endpoint to verify API is running
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response