Skip to main content
GET
/
api
/
v1
/
:team_slug
/
:app_slug
/
omnichannels
/
all
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "image_url": "<string>",
      "omnichannel": [
        {
          "created_at": "<string>",
          "field_type": "<string>",
          "id": "<string>",
          "market_id": "<string>",
          "parent_id": "<string>",
          "parent_type": "<string>",
          "preview": [
            "<string>"
          ],
          "relationships": [
            "<string>"
          ],
          "store_group_id": "<string>",
          "updated_at": "<string>",
          "value": "<string>"
        }
      ],
      "product_id": "<string>",
      "product_name": "<string>",
      "product_sku": "<string>"
    }
  ],
  "success": true,
  "total": 123,
  "total_pages": 123
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

Query Parameters

page
integer

Page number

per_page
integer

Items per page

Response

OK

data
object[]
success
boolean
total
integer
total_pages
integer