get
https://{subdomain}.myshoplaza.com/openapi/2025-06/redirects/
Retrieve details of a specific url redirect using its unique identifier.
Requiresread_shop_navigationaccess scope. More access scope
The Redirect Detail API allows users to retrieve details of a specific url redirect using its unique identifier.
Request Parameters
Public Request Parameters
Path Parameters
| Parameter | Type | Description | Required | Example |
|---|---|---|---|---|
id | string | Unique identifier for the redirect. | Yes | 4540188244553 |
Response Explanation
Public Response Parameters
Successful Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | Success | Response status |
data | string | Response message | |
data.count | int32 | 0 | The total number of redirects in the store. |
data.redirects | array[UrlRedirect] | The list of URL redirects. | |
data.redirects.id | string | 373043233132924740 | Unique identifier for the redirect. |
data.redirects.store_id | integer | 633130 | ID of the store where the redirect is created. |
data.redirects.status | string | open | Status of the redirect. |
data.redirects.from_url | string | /collections/hot-selling | The original URL specified for redirection. |
data.redirects.redirect_url | string | /collections/test1567 | The target URL specified for the redirection. |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
