Get the authentication details for a given connector. For user level connectors, the service is required. For org level connectors, the application_connector_id is required.
Arguments:
REQUIRED
KEY
TYPE
DESCRIPTION
No
service
ApplicationConnectorType
The service name.
No
applicationConnectorId
str
The unique ID associated with the connector.
No
scopes
List[str]
The scopes to request for the connector.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
Response:
KEY
TYPE
DESCRIPTION
success
Boolean
true if the call succeeded, false if there was an error
result
ApplicationConnector
KEY
TYPE
Description
applicationConnectorId
str
The unique ID for the connection.
service
str
The service this connection connects to
name
str
A user-friendly name for the service
createdAt
str
When the API key was created
status
str
The status of the Application Connector
auth
dict
Non-secret connection information for this connector