---
title: "GET /domainConfigurations"
method: GET
path: "/domainConfigurations"
---

# GET /domainConfigurations

`GET /domainConfigurations`

Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.

Requires permission to access the [ListDomainConfigurations](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Query parameters

- `marker` string
- `pageSize` integer
- `serviceType` 'DATA' | 'CREDENTIAL_PROVIDER' | 'JOBS'

## Response `200`

Success

- ListDomainConfigurationsResponse
  - `domainConfigurations` DomainConfigurationSummary[] — A list of objects that contain summary information about the user's domain configurations.
    - `domainConfigurationName` string — The name of the domain configuration. This value must be unique to a region.
    - `domainConfigurationArn` string — The ARN of the domain configuration.
    - `serviceType` 'DATA' | 'CREDENTIAL_PROVIDER' | 'JOBS' — The type of service delivered by the endpoint.
  - `nextMarker` string — The marker for the next set of results.

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — UnauthorizedException
- `483` — ServiceUnavailableException
- `484` — InternalFailureException

---

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