Get an integration configuration

Get integration configuration with the specified ID. (Excludes persistent store and flag import configurations.)

Path parameters

integrationConfigurationIdstringRequired
Integration configuration ID

Headers

AuthorizationstringRequired

Response

Integration Configuration response
_idstring
The unique identifier for this integration configuration
namestring

A human-friendly name for the integration

_createdAtlong or null
The time the integration configuration was created
_integrationKeystring or null
The type of integration
tagslist of strings or null
An array of tags for this integration
enabledboolean or null
Whether the integration is currently active
_accessobject or null
Details on the allowed and denied actions for this integration configuration
configValuesmap from strings to any or null

Details on configuration for an integration of this type. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

capabilityConfigobject or null
The capability configuration for the integration

Errors