redirects

List redirects

Redirects can be created on both the shop (global) and country levels.

get/v1/redirects

Response

request successful

Example response

{
  "entities": [
    {
      "source": "example.com",
      "target": "example.de",
      "statusCode": 301,
      "priority": 1
    }
  ]
}

Changes