cURL
curl --request GET \ --url https://www.venturu.com/api/partner/v1/health \ --header 'Authorization: Bearer <token>'
{ "status": "success", "permissions": [ "<string>" ], "timestamp": "<string>" }
Get information about the health of the API. Useful to verify if the API is reachable and you can successfully authenticate against it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Indicates that you can successfully connect to the API.
success
The permissions granted to the key.
The current server timestamp in ISO 8601 format.