Collections API
List collections
GET
/
v1
/
collections
List collections
curl --request GET \
--url https://api.oneofnone.io/v1/collections \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"slug": "<string>",
"created_at": "<string>",
"type": "<string>",
"description": "<string>",
"quantity": 123,
"keywords": "<unknown>",
"redirect_type": "<string>",
"redirect_url": "<string>",
"layout_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"app_id": 123,
"redirect_conditions": [
{
"id": "<string>",
"conditions": {
"type": "group",
"conditions": [
{
"type": "condition",
"field": "date",
"value": {
"date": "<string>",
"time": {
"hour": 6,
"minute": 29
},
"timezone": "<string>"
}
}
]
},
"onTrue": {
"type": "redirect",
"redirectUrl": "<string>",
"layoutId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"layoutTitle": "<string>"
},
"title": "<string>",
"onFalse": {
"type": "redirect",
"redirectUrl": "<string>",
"layoutId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"layoutTitle": "<string>"
}
}
],
"registration_form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"registration_settings": {},
"activity_settings": {},
"image": {
"url": "<string>"
},
"video": {
"url": "<string>",
"poster_url": "<string>"
},
"share_image": {
"url": "<string>"
},
"gallery": [
{
"url": "<string>",
"file_type": "<string>",
"poster_url": "<string>",
"order": 123,
"tags": "<unknown>",
"variants": "<unknown>"
}
],
"product_name_template": "<string>",
"retail_settings": {},
"launch_date": "<string>",
"attributes": "<unknown>",
"variants": "<unknown>",
"updated_at": "<string>"
}
],
"pagination": {}
}Authorizations
Query Parameters
Available options:
ACTIVE, DRAFT, INACTIVE Required range:
1 <= x <= 1000Available options:
asc, desc ⌘I
List collections
curl --request GET \
--url https://api.oneofnone.io/v1/collections \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"slug": "<string>",
"created_at": "<string>",
"type": "<string>",
"description": "<string>",
"quantity": 123,
"keywords": "<unknown>",
"redirect_type": "<string>",
"redirect_url": "<string>",
"layout_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"app_id": 123,
"redirect_conditions": [
{
"id": "<string>",
"conditions": {
"type": "group",
"conditions": [
{
"type": "condition",
"field": "date",
"value": {
"date": "<string>",
"time": {
"hour": 6,
"minute": 29
},
"timezone": "<string>"
}
}
]
},
"onTrue": {
"type": "redirect",
"redirectUrl": "<string>",
"layoutId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"layoutTitle": "<string>"
},
"title": "<string>",
"onFalse": {
"type": "redirect",
"redirectUrl": "<string>",
"layoutId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"layoutTitle": "<string>"
}
}
],
"registration_form_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"registration_settings": {},
"activity_settings": {},
"image": {
"url": "<string>"
},
"video": {
"url": "<string>",
"poster_url": "<string>"
},
"share_image": {
"url": "<string>"
},
"gallery": [
{
"url": "<string>",
"file_type": "<string>",
"poster_url": "<string>",
"order": 123,
"tags": "<unknown>",
"variants": "<unknown>"
}
],
"product_name_template": "<string>",
"retail_settings": {},
"launch_date": "<string>",
"attributes": "<unknown>",
"variants": "<unknown>",
"updated_at": "<string>"
}
],
"pagination": {}
}