Version: 202506
Search URL redirect
POST/openapi/2025-06/redirects/detail
Searches URL redirect rules by path pattern or keyword.
Request
- application/json
- Body
- Example
Bodyrequired
from_urlstringrequired
The original URL to search for a redirect
{
"from_url": "string"
}
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
redirect object
URL redirect
idint64
Redirect ID
store_idint32
ID of the store where the redirect is created
statusstring
Status of the redirect
from_urlstring
The original URL specified for redirection
redirect_urlstring
The target URL specified for the redirection
{
"code": "string",
"message": "string",
"data": {
"redirect": {
"id": 0,
"store_id": 0,
"status": "string",
"from_url": "string",
"redirect_url": "string"
}
}
}