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-VersionenumRequired
Version of the endpoint.
Allowed values:

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

Environment-specific overrides.

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

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error