Get delivery configuration by ID

Get delivery configuration by ID.

Path parameters

projectKeystringRequired
The project key
environmentKeystringRequired
The environment key
integrationKeystringRequired
The integration key
idstringRequired
The configuration ID

Headers

AuthorizationstringRequired

Response

Integration delivery configuration response
_idstring
The integration ID
integrationKeystring
The integration key
projectKeystring
The project key
environmentKeystring
The environment key
configmap from strings to any

The delivery configuration for the given integration provider. Only included when requesting a single integration by ID. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

onboolean
Whether the configuration is turned on
tagslist of strings
List of tags for this configuration
namestring
Name of the configuration
versioninteger
Version of the current configuration
_accessobjectOptional
Details on the allowed and denied actions for this configuration

Errors