List URL redirects
Returns every URL redirect on the app’s published site.
Each rule sends visitors from one path to another with a 301, which search engines treat as permanent. Read id here to update or delete a rule.
An app can hold up to 50 rules, and Create URL redirect rejects the 51st.
Authorizations
Personal API key.
Path Parameters
ID of the app whose URL redirects to manage.
Response
The app's URL redirects.
ID of the redirect. Pass it as redirect_id to Update URL redirect and Delete URL redirect.
"68c2d1e5f3b8a4216e9b5583"
The path visitors request, normalized: no trailing slash, percent-escapes decoded.
"/old-pricing"
Where the visitor is sent. Either an internal path or an absolute https:// URL on another site.
"/pricing"
single redirects that exact path. prefix redirects the path and everything under it, keeping the remainder of the path.
single, prefix "single"