Environments

List all Environments

get
Authorizations
AuthorizationstringRequired

Enter your bearer token in the format Bearer <token>

Responses
200

OK

application/json
get
/api/v1/environments
200

OK

Get single Environment

get
Authorizations
AuthorizationstringRequired

Enter your bearer token in the format Bearer <token>

Path parameters
environmentIdinteger · int64Required

Environment Identifier

Responses
200

OK

application/json
get
/api/v1/environments/{environmentId}

List Agent Groups for Environment

get
Authorizations
AuthorizationstringRequired

Enter your bearer token in the format Bearer <token>

Path parameters
environmentIdinteger · int64Required

Environment Identifier

Responses
200

OK

application/json
get
/api/v1/environments/{environmentId}/agent-groups

Was this helpful?