### Authentication

Authorization string

API Key authentication via header

### Path parameters

| Parameter      | Type     | Required | Description                          |
|----------------|----------|----------|--------------------------------------|
| integrationKey | string   | Required | The integration key                  |
| id             | string   | Required | The subscription ID                  |

### Response

Integration response

#### _links

- **Type**: map from strings to objects (Optional)
- Description: The location and content type of related resources

#### _id

- **Type**: string (Optional)
- Description: The ID for this integration audit log subscription

#### kind

- **Type**: string (Optional)
- Description: The type of integration

#### name

- **Type**: string (Optional)
- Description: A human-friendly name for the integration

#### config

- **Type**: map from strings to any (Optional)
- Description: 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.

#### statements

- **Type**: list of objects (Optional)
- Description: Represents a Custom role policy, defining a resource kinds filter the integration audit log subscription responds to.

#### on

- **Type**: boolean (Optional)
- Description: Whether the integration is currently active

#### tags

- **Type**: list of strings (Optional)
- Description: An array of tags for this integration

#### _access

- **Type**: object (Optional)
- Description: Details on the allowed and denied actions for this subscription

#### _status

- **Type**: object (Optional)
- Description: Details on the most recent successes and errors for this integration

#### url

- **Type**: string (Optional)
- Description: Slack webhook receiver URL. Only used for legacy Slack webhook integrations.

#### apiKey

- **Type**: string (Optional)
- Description: Datadog API key. Only used for legacy Datadog webhook integrations.

### Errors

- **401** Unauthorized Error
- **403** Forbidden Error
- **404** Not Found Error
- **429** Too Many Requests Error
