List authentication configurations with optional filters
Retrieves all auth configs for your project. Auth configs define how users authenticate with external services (OAuth, API keys, etc.). Use filters to find configs for specific toolkits or to distinguish between Composio-managed and custom configurations.
Query parameters
Whether to filter by composio managed auth configs
Comma-separated list of toolkit slugs to filter auth configs by
DEPRECATED: This parameter will be removed in a future version. Please use toolkit_slug instead.
The app id to filter by
DEPRECATED: This parameter will be removed in a future version.
Show disabled auth configs
Show disabled auth configs
Search auth configs by name or id
Search auth configs by name or id
Number of items per page, max allowed is 50
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.
Response
Successfully fetched auth configs
Changes
Changed in 6 of the 61 revisions of this API.15
- ●
removed the optional property
items/items/deprecated_paramsfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
the endpoint scheme security
CookieAuthwas removed from the APIapi-security-removed
- ○
- ○
response property
items/items/uuiddeprecatedresponse-property-deprecated
- ○
- ○
response property
items/items/uuidreactivatedresponse-property-reactivated
- ○
- ○
response property
items/items/uuiddeprecatedresponse-property-deprecated
- ○
- ○
endpoint added
endpoint-added
- ○