Get connector info
Get connector info
Authorizations
Path Parameters
Response
Whether this connector is currently active and can be used to create new connections. Can be toggled using the connector management endpoints.
The ID of the application this connector belongs to. You can find available apps using the GET /api/v1/apps
endpoint.
Configuration object containing authentication settings. Sensitive values will be redacted. The structure varies based on the authScheme.
List of fields that need to be collected from users to set up a connection using this connector. These fields should be included when calling POST /api/v1/connectedAccounts
.
URL to the application's logo image that can be displayed in the UI.
The name of the application this connector integrates with.
When true, indicates that this connector uses Composio's built-in authentication handling rather than custom authentication logic.
Unique identifier for the connector. You can use this ID when calling endpoints like POST /api/v1/connectedAccounts
to create connections.
The authentication method used by this connector. Refer to the API documentation for supported authentication schemes.
The display name of this specific connector configuration.
ISO 8601 timestamp of when this connector was created.
ISO 8601 timestamp of when this connector was last modified.
Soft deletion status of the connector. If true, the connector has been marked for deletion but may still exist in the system.
If this is a custom connector, this field may reference the original template connector it was based on.
Was this page helpful?