Method
getUserConnectorAuth GET
Copy GET

Get the authentication details for a given user level connector.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes service ApplicationConnectorType The service name.
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
Language: