cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "name": "key1", "created_at": "2025-01-28T20:10:48.404857Z" }, { "name": "key2", "created_at": "2025-01-29T20:10:48.404857Z" } ], "count": 2 }
List API keys with pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number for pagination
Number of items per page
Successful operation
The response is of type object.
object