Get approval request settings

Get the approval request settings for the given project, optionally filtered by environment and resource kind.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired

Headers

LD-API-Version"beta"RequiredDefaults to beta
Version of the endpoint.

Query parameters

environmentKeystringOptional
An environment key filter to apply to the approval request settings.
resourceKindstringOptional
A resource kind filter to apply to the approval request settings.
expandstringOptional

A comma-separated list of fields to expand in the response. Options include ‘default’ and ‘strict’.

Response

Successful response
environmentsmap from strings to objects or null

Environment-specific overrides.

_defaultobject or null
Configuration that controls how changes to a resource are gated by approvals.
_strictobject or null
Configuration that controls how changes to a resource are gated by approvals.

Errors