Skip to main content
POST
List auto accesses
Required scopes: access_rules:ro

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json

The body is of type object.

Response

200 - application/json

A list of auto access data structures.

id
string

Unique identifier of the auto access.

description
string

A description of the auto access.

access
object

The destination access.

conditions
object

The conditions to check. At least one of url, domain, or geolocation must be set.

next_id
string

The ID of the next auto access in the ordered list. Empty for the last element in the list.