Skip to main content
GET
List URL redirects

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose URL redirects to manage.

Response

The app's URL redirects.

id
string
required

ID of the redirect. Pass it as redirect_id to Update URL redirect and Delete URL redirect.

Example:

"68c2d1e5f3b8a4216e9b5583"

source_path
string
required

The path visitors request, normalized: no trailing slash, percent-escapes decoded.

Example:

"/old-pricing"

target_path
string
required

Where the visitor is sent. Either an internal path or an absolute https:// URL on another site.

Example:

"/pricing"

match_type
enum<string>
required

single redirects that exact path. prefix redirects the path and everything under it, keeping the remainder of the path.

Available options:
single,
prefix
Example:

"single"