cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/test \ --header 'Authorization: Bearer <token>'
{ "message": "Great job! You're successfully connecting to Colada!" }
Test API keys
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
The response is of type object.
object