Skip to main content
GET
Get environment redirect rules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

env_id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Query Parameters

limit
number
default:10
Example:

10

offset
number
default:0
Example:

3

key
enum<string>
default:domain
Available options:
domain,
from,
to,
type
Example:

"domain"

order
enum<string>
default:ascend
Available options:
ascend,
descend
Example:

"ascend"

search_query
string
default:""
Example:

"Search..."

Available options:
true,
false
Example:

"true"

Response

Successfully found redirect rules

environment
object
required