cURL
curl --request GET \ --url https://staging-api.covver.io/api/ext/v1/collections \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "status": "Active", "slug": "<string>", "title": "<string>", "description": "<string>", "rewardType": "Coins", "deletedAt": "2023-11-07T05:31:56Z", "image": "<string>", "imageMobile": "<string>", "personalizationsUsed": [ "<string>" ] } ]
List all account collections
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Active
Pending
Draft
Disabled
Coins
Gifts
ISO 8601 date-time, e.g. 2025-07-10T07:24:53.486Z