---
title: "POST /describe-connectors"
method: POST
path: "/describe-connectors"
---

# POST /describe-connectors

`POST /describe-connectors`

Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response contains a <code>nextToken</code> object, which can be be passed in to the next call to the <code>DescribeConnectors</code> API operation to retrieve the next page.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `connectorTypes` ConnectorType[] — The type of connector, such as Salesforce, Amplitude, and so on.
  - `maxResults` integer — The maximum number of items that should be returned in the result set. The default is 20.
  - `nextToken` string — The pagination token for the next page of data.

## Response `200`

Success

- DescribeConnectorsResponse
  - `connectorConfigurations` object — The configuration that is applied to the connectors used in the flow.
  - `connectors` ConnectorDetail[] — Information about the connectors supported in Amazon AppFlow.
    - `connectorDescription` string — A description about the registered connector.
    - `connectorName` string — The name of the connector.
    - `connectorOwner` string — The owner of the connector.
    - `connectorVersion` string — The connector version.
    - `applicationType` string — The application type of the connector.
    - `connectorType` 'Salesforce' | 'Singular' | 'Slack' | 'Redshift' | 'S3' | 'Marketo' | 'Googleanalytics' | 'Zendesk' | 'Servicenow' | 'Datadog' | 'Trendmicro' | 'Snowflake' | 'Dynatrace' | 'Infornexus' | 'Amplitude' | 'Veeva' | 'EventBridge' | 'LookoutMetrics' | 'Upsolver' | 'Honeycode' | 'CustomerProfiles' | 'SAPOData' | 'CustomConnector' | 'Pardot' — The connector type.
    - `connectorLabel` string — A label used for the connector.
    - `registeredAt` string, date-time — The time at which the connector was registered.
    - `registeredBy` string — The user who registered the connector.
    - `connectorProvisioningType` 'LAMBDA' — The provisioning type that the connector uses.
    - `connectorModes` ConnectorMode[] — The connection mode that the connector supports.
  - `nextToken` string — The pagination token for the next page of data.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException

---

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