Skip to main content
GET
/
api
/
v1
/
omni
/
:app_id
/
:store_group
/
:market
/
:locale
/
redirects
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "<string>",
      "item_id": "<string>",
      "locale": "<string>",
      "new_slug": "<string>",
      "old_slug": "<string>",
      "redirect_type": "<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

market
string
required

Market

locale
string
required

Locale

Query Parameters

page
integer

Page number (default: 1)

per_page
integer

Items per page (default: 20)

type
string

Product type (product category collection product_bundle)

Response

Paginated redirects response

data
object[]
page
integer
total
integer
total_pages
integer