cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/collections \ --header 'Authorization: Bearer <token>'
{ "collections": [ { "name": "<string>", "id": 123, "cid": "<string>" } ], "count": 123 }
List all collections 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
Filter by collection name
Successful operation
Show child attributes