cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/collections \ --header 'Authorization: Bearer <token>'
{ "collections": [ { "name": "collection-2", "id": 2, "cid": "" }, { "name": "collection-1", "id": 1, "cid": "" } ], "count": 2 }
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