List all claims
Request
GET /claims
curl 'https://businessapi.badges.xyz/claims' \
-u E23d1aN95aAtnE3w9QmQyGjBRzu4...
--d limit=100Returns
Returns a list of all claim objects if found.
RESPONSE
{
"pagination": {
"page": 1,
"size": 25,
"pages": 5,
"count": 122
},
"data": [
{
"id": "058f644b-c393-48ec-86a6-7834be6414ac",
"contract_address": "0xd8cd77D7F98B2990D08EE2d957dF2a35459D0F1D",
"token_id": 5,
"holder_wallet_address": "0xd10D7A5991B99Ba5F51DcAfdDA780Ed3a3Def20d",
"blockchain_id": 0x64,
"collectible_id": "9c9b5e7f-5fc6-4cec-8340-bf390dc18759",
"holder_id": "785e64de-2ad2-4ebd-83da-f60c480ee551",
"external_id": "27817889",
"is_active": true,
"created_at": "2023-04-30T23:50:17.000Z"
},
{...},
{...}
],
}Parameters
holder_id
uuid
User object id for the object.
collectible_id
uuid
Collectible object id for the object.
external_id
string
Custom External id for the object.