Products
Get product
Fetches a product by its ID. If a collection slug is provided, the product will be retrieved based on the token ID within that collection.
GET
/
v1
/
products
/
{id}
Authorizations
x-api-key
string
headerrequiredThe API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
id
string
requiredThe unique identifier or token ID of the product.
Query Parameters
collection_slug
string
The slug of the collection to which the product belongs.
Response
200 - application/json
attributes
object | null
collection_id
integer | null
created_at
string
description
string | null
grade
integer | null
id
integer
image
object | null
is_vaulted
boolean | null
name
string | null
registered_at
string | null
slug
string | null
status
string | null
token_id
integer | null
updated_at
string | null
video
object | null
gallery
object[] | null
The gallery items related to the product.