List all collectibles

Request

GET /collectibles
curl 'https://businessapi.badges.xyz/collectibles' \
-u E23d1aN95aAtnE3w9QmQyGjBRzu4...
--d limit=100

Returns

Returns a list of all collectible objects if found.

RESPONSE
{
  "pagination": {
    "page": 1,
    "size": 25,
    "pages": 5,
    "count": 122
  },
  "data": [
    {
      "id": "9c9b5e7f-5fc6-4cec-8340-bf390dc18759",
      "name": "My Collectible",
      "description": "Thank you for collecting my collectible",
      "mime_type": "image/png",
      "artwork": "https://cdn.badges.xyz/api/organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef.png",
      "cover": {
        "large": "https://cdn.badges.xyz/api/organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef_large.png",
        "medium": "https://cdn.badges.xyz/api/organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef_medium.png",
        "small": "https://cdn.badges.xyz/api//organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef_small.png",
        "thumb": "https://cdn.badges.xyz/api/organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef_thumb.png",
        "original": "https://cdn.badges.xyz/api/organizations/images/1952ba5c89bf5ef69e69d9bac1decb0d855e1c260599f939ec11e18f32049fef.png"
      },
      "total_count": 100,
      "claimed_count": 74,
      "available_count": 16,
      "contract_address": "0xd8cd77D7F98B2990D08EE2d957dF2a35459D0F1D",
      "blockchain_id": 0x64,
      "creator_id": "785e64de-2ad2-4ebd-83da-f60c480ee551",
      "organization_id": "1b9c9c78-1a4c-4d86-9e50-c1fcb3adbc05",
      "external_id": "88261967",
      "is_active": true,
      "created_at": "2023-04-30T23:50:17.000Z"
    },
    {...},
    {...}
  ],
}

Parameters


creator_id uuid
User object id for the object.


organization_id uuid
Organization object id for the object.


external_id string
Custom External id for the object.