---
title: "POST /domains/{domainId}/case-event-configuration"
method: POST
path: "/domains/{domainId}/case-event-configuration"
---

# POST /domains/{domainId}/case-event-configuration

`POST /domains/{domainId}/case-event-configuration`

Returns the case event publishing configuration.

## Path parameters

- `domainId` string, required

## Response `200`

Success

- GetCaseEventConfigurationResponse
  - `eventBridge` object, required — Configuration to enable EventBridge case event delivery and determine what data is delivered.
    - `enabled` boolean, required — Indicates whether the to broadcast case event data to the customer.
    - `includedData` object — Details of what case and related item data is published through the case event stream.
      - `caseData` object — Details of what case data is published through the case event stream.
        - `fields` FieldIdentifier[], required — List of field identifiers.
          - `id` string, required — Unique identifier of a field.
      - `relatedItemData` object — Details of what related item data is published through the case event stream.
        - `includeContent` boolean, required — Details of what related item data is published through the case event stream.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
