Upsert a redirect

Creates or updates a redirect for the application. While most resources have separate endpoints for creating and updating, redirects have one single endpoint (the typical POST endpoint associated with creating a new resource).

Authorized scopes:

  • owner
  • admin:full
  • admin:limited
  • application:update
Path Params
uuid
required

The id of the application.

Body Params
uri
required

The path to identify the redirect. Must be unique for the application. If a landing page and redirect share the same path, the redirect will take precedence.

uri
required

The target URL to which to redirect the traffic. Can be a relative or absolute endpoint.

string
enum
Allowed:
referral
object
Headers
integer
Responses

401

Unauthorized

Language
Credentials
Bearer
token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json