Skip to main content
GET
/
api
/
v1
/
omni
/
:app_id
/
:store_group
/
:market
/
:locale
/
collections
/
slugs
Error
A valid request URL is required to generate request examples
{
  "data": [
    "<string>"
  ],
  "page": 123,
  "total": 123,
  "total_pages": 123
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token.

Path Parameters

app_id
string
required

App ID

store_group
string
required

Store group slug

locale
string
required

Alpha 2 country code. e.g se

market
string
required

Market

Query Parameters

page
integer

Page number (default: 1)

per_page
integer

Items per page (default: 500, max 500)

Response

List of collection slugs

data
string[]
page
integer
total
integer
total_pages
integer