Retrieve connection provider
Retrieve a specific connection provider by ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the connection provider to retrieve.
Response
Successfully retrieved connection provider.
The ConnectionProvider object represents custom OAuth credentials for a connector. When creating a connection with a connection provider, the specified client ID and secret will be used instead of the default credentials.
The object type, which is always connection_provider.
connection_provider The connection provider identifier.
The name of the connection provider.
The connector ID this provider is configured for.
The OAuth client ID to use for this connector.
The ID of the secret containing the OAuth client secret to use for this connector.
The date and time the connection provider was created.
The date and time the connection provider was last updated.