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

# GET /providerservices

`GET /providerservices`

Returns a list of all the <code>ProviderServices</code> that are available in this Amazon Web Services Region.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `providerName` string

## Response `200`

Success

- ListProviderServicesOutput
  - `providerServiceSummaries` ProviderServiceSummary[] — A list of <code>ProviderServices</code> objects.
    - `providerServiceArn` string, required — The ARN (Amazon Resource Name) that Entity Resolution generated for the <code>providerService</code>.
    - `providerName` string, required — The name of the provider. This name is typically the company name.
    - `providerServiceDisplayName` string, required — The display name of the provider service.
    - `providerServiceName` string, required — The name of the product that the provider service provides.
    - `providerServiceType` 'ASSIGNMENT' | 'ID_MAPPING', required — The type of provider service.
  - `nextToken` string — The pagination token from the previous API call.

## Other responses

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

---

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