List a zone redirect map
Returns the zone's path-level redirect map as a paginated collection: one member per redirect, each mapping an exact source ("host/path") to a target with a mode and an HTTP redirect status. Filter with search, order the whole (filtered) map with order[<field>] (source, target, mode, status), and page with page and itemsPerPage (max 500). totalItems is the number of entries matching the current search.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Zone identifier
Query Parameters
The collection page number
1The number of items per page
500500Case-insensitive substring match on source or target.
Sort by source. Any of source, target, mode or status is sortable via order[
"asc""desc"Sort by target.
"asc""desc"Sort by mode.
"asc""desc"Sort by status.
"asc""desc"Responses
redirect-map collection
