allowlists
Get all allowlists for a environment
GET
/
environments
/
{environmentId}
/
allowlists
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Required string length:
36
Response
200 - application/json
id
string
requiredRequired string length:
36
name
string
requiredenabledAt
string | null
projectEnvironmentId
string
requiredRequired string length:
36
scope
string | null
outcome
enum<string>
Available options:
scope
, siteAccess
, block
Was this page helpful?