Get an API connector
This endpoint returns full details for a single API connector, including its request parameters and configuration. For more information on API connectors, see [Configure API credentials and connectors in Sigma](https://help.sigmacomputing.com/docs/configure-api-credentials-and-connectors-in-sigma).
### Usage notes
- Only returns API connectors that the user making this request has at least **Can view** access to.
- Retrieve the **apiConnectorId** by calling the [/v2/api-connectors](https://help.sigmacomputing.com/reference/list-api-connectors) endpoint.
### Usage scenarios
- **Connector inspection:** Retrieve the full configuration of a connector for display or validation before use.
- **Connector duplication:** Read an existing connector's configuration to use as the basis for a new one.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
apiConnectorId
Response
The response body.
apiConnectorId
Unique identifier of the API connector.
name
Display name of the connector.
params
config
createdBy
The identifier of the user who created this object.
updatedBy
The identifier of the user or process that last updated this object.
createdAt
When the object was created.
updatedAt
When the object was last updated.
description
Human-readable description.
authId
Identifier of the API credential (apiCredentialId) used to authenticate requests. null if unauthenticated.

