cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/test \ --header 'Authorization: Bearer <token>'
Test API keys
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation