GET
/
test
curl --request GET \
  --url https://pinapi.jackalprotocol.com/api/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "Great job! You're successfully connecting to Colada!"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successful operation
message
string
Example:

"Great job! You're successfully connecting to Colada!"