---
title: "GET /connector-destinations/{Identifier}"
method: GET
path: "/connector-destinations/{Identifier}"
---

# GET /connector-destinations/{Identifier}

`GET /connector-destinations/{Identifier}`

Get connector destination details linked to a cloud-to-cloud (C2C) connector.

## Path parameters

- `Identifier` string, required

## Response `200`

Success

- GetConnectorDestinationResponse
  - `Name` string — The display name of the connector destination.
  - `Description` string — A description of the connector destination.
  - `CloudConnectorId` string — The identifier of the C2C connector.
  - `Id` string — The unique identifier of the connector destination.
  - `AuthType` 'OAUTH' — The authentication type used for the connector destination, which determines how credentials and access are managed.
  - `AuthConfig` object — The authentication configuration details for the connector destination, including OAuth settings and other authentication parameters.
    - `oAuth` object — The OAuth configuration settings used for authentication with the third-party service.
      - `authUrl` string, required — The authorization URL for the OAuth service, where users are directed to authenticate and authorize access.
      - `tokenUrl` string, required — The token URL for the OAuth service, where authorization codes are exchanged for access tokens.
      - `scope` string — The OAuth scopes requested during authorization, which define the permissions granted to the application.
      - `tokenEndpointAuthenticationScheme` 'HTTP_BASIC' | 'REQUEST_BODY_CREDENTIALS', required — The authentication scheme used when requesting tokens from the token endpoint.
      - `oAuthCompleteRedirectUrl` string — The URL where users are redirected after completing the OAuth authorization process.
      - `proactiveRefreshTokenRenewal` object — Configuration for proactively refreshing OAuth tokens before they expire.
        - `enabled` boolean — Indicates whether proactive refresh token renewal is enabled.
        - `DaysBeforeRenewal` integer — The days before token expiration when the system should attempt to renew the token, specified in days.
    - `GeneralAuthorization` AuthMaterial[] — The authorization materials for General Authorization.
      - `SecretsManager` SecretsManager, required — Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.
        - `arn` string, required — The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
        - `versionId` string, required — The version ID of the AWS Secrets Manager secret.
      - `AuthMaterialName` string, required — The name of the authorization material.
  - `SecretsManager` object — The AWS Secrets Manager configuration used to securely store and manage sensitive information for the connector destination.
    - `arn` string, required — The Amazon Resource Name (ARN) of the AWS Secrets Manager secret.
    - `versionId` string, required — The version ID of the AWS Secrets Manager secret.
  - `OAuthCompleteRedirectUrl` string — The URL where users are redirected after completing the OAuth authorization process for the connector destination.

## Other responses

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

---

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