Skip to content

Get details of a redirect rule

GET
/api/v2/organizations/{organization}/projects/{project}/rules/redirect/{rule}

Authorizations

Parameters

Path Parameters

organization
required
string
project
required
string
rule
required
string

Responses

200

The request has succeeded.

object
action_config
object
to

Redirect destination URL

string
https://test-domain.com/new-path
status_code

HTTP status code for redirect

string
default: 301
301

400

The server could not understand the request due to invalid syntax.

object
message
required

Error message

string
The requested resource was not found
error
required

Error flag

boolean
true

403

Access is forbidden.

object
message
required

Error message

string
The requested resource was not found
error
required

Error flag

boolean
true