Create connector
Headers
Request
The authentication scheme used by the connector. Refer to the /api/v1/apps
endpoint to see supported authentication schemes for each app.
Configuration options for authentication. Required when using OAuth-based authentication schemes.
When set to true, the connector will use Composio’s built-in authentication system. Learn more in the Authentication section of the API documentation.
UUID of the Composio app to use for authentication. You can get this from the id
field in the response of the GET /api/v1/apps
endpoint. Either specify this or appName.
Name of the Composio app to use for authentication. You can get this from the name
field in the response of the GET /api/v1/apps
endpoint. Either specify this or appId.
Response
The ID of the application this connector belongs to. You can find available apps using the GET /api/v1/apps
endpoint.
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
.
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.