---
title: "POST /integrations"
method: POST
path: "/integrations"
---

# POST /integrations

`POST /integrations`

Lists all of the integrations associated to a specific URI in the AWS account.

## Query parameters

- `next-token` string
- `max-results` integer
- `include-hidden` boolean

## Request body

- object
  - `Uri` string, required — The URI of the S3 bucket or any other type of data source.

## Response `200`

Success

- ListAccountIntegrationsResponse
  - `Items` ListIntegrationItem[] — The list of ListAccountIntegration instances.
    - `DomainName` string, required — The unique name of the domain.
    - `Uri` string, required — The URI of the S3 bucket or any other type of data source.
    - `ObjectTypeName` string — The name of the profile object type.
    - `CreatedAt` string, date-time, required — The timestamp of when the domain was created.
    - `LastUpdatedAt` string, date-time, required — The timestamp of when the domain was most recently edited.
    - `Tags` object — The tags used to organize, track, or control access for this resource.
    - `ObjectTypeNames` object — A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.
    - `WorkflowId` string — Unique identifier for the workflow.
    - `IsUnstructured` boolean — Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.
  - `NextToken` string — The pagination token from the previous ListAccountIntegrations API call.

## Other responses

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

---

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