Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
The ID or slug of the collection to fetch.
Query Parameters
Specify whether to query by collection ID
or SLUG
. Defaults to SLUG
if not provided.
ID
, SLUG
Optional token ID to include registration status in the response.
x >= 1
Response
Successfully retrieved collection.
The unique identifier of the collection.
The name of the collection.
The type of the collection.
The description of the collection.
The quantity of items in the collection.
The status of the collection.
ACTIVE
, DRAFT
, PENDING_APPROVAL
, ARCHIVED
The URL-friendly slug of the collection.
Keywords associated with the collection for search and categorization.
The type of redirect for the collection.
profile
, url
The URL to redirect to when the collection is accessed.
The type of registration system used for this collection.
NONE
, SHOPIFY
, BLOCKCHAIN
, EMAIL
Configuration settings for the product registration system including UI screens, form fields, and user flow. Configuration settings for the registration system including trigger button, auth screen, form fields, and success screen settings.
The primary image for the collection. Note that only the url field is populated in collection responses.
The video media for the collection. Note that only url and poster_url fields are populated in collection responses.
The 3D model media for the collection. Note that only the url field is populated in collection responses.
The social sharing image for the collection. Note that only the url field is populated in collection responses.
The gallery items related to the collection. Note that url, file_type, poster_url, order, tags, and variants fields are populated in collection responses.
The blockchain chain of the collection.
ETH
, POLY
, BASE
, ETH_SEPOLIA
, BASE_SEPOLIA
, POLY_AMOY
, OP
Blockchain contract information for the collection.
Template string used to generate individual product names within the collection.
Retail configuration including pricing, currency, sales channels, and POS system integration settings.
The planned or actual launch date of the collection.
Product attributes configuration defining the characteristics and properties that can be assigned to products in this collection.
Product variants configuration defining the different options (like size, color) available for products in this collection.
The timestamp when the collection was created.
The timestamp when the collection was last updated.