List redirects
Get redirects based on the given filters.
Rate Limit: 1000 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
Query Parameters
Parameter | Details |
---|---|
with | Array of arrays Example: ?with=parent array |
filters[search] | string |
filters[id] | Array of integers integer |
sort | string Enum: id source target createdAt updatedAt statusCode priority isRegex Default: createdAt |
sortDir | string Enum: asc desc Default: desc |
limit
| integer Default: 100 |
cursor | string |
Responses
200
A list of redirects
application/json
Success
Array of object
object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET
Request samples
Response samples
200Redirects:
Content type: application/json