Skip to content

AppListCollections

GET
/apps/catalog/collections
curl --request GET \
--url https://your-store.myciqra.com/apps/catalog/collections \
--header 'Authorization: Bearer <token>'

Required scope: read_collections — an installation token without it receives 403.

OK

Media typeapplication/json
Array<object>
object
id
required
string format: uuid
isFeatured
required
boolean
name
required
string
position
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
productCount
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
ruleCount
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
slug
required
null | string
type
required
Allowed values: Manual Smart
Example
[
{
"type": "Manual"
}
]