cURL
curl --request GET \ --url https://staging-api.covver.io/api/ext/v1/collections \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "deletedAt": "2023-11-07T05:31:56Z", "status": "Active", "slug": "<string>", "title": "<string>", "description": "<string>", "image": "<string>", "imageMobile": "<string>", "rewardType": "Coins", "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
The response is of type object[].
object[]