v2

latestOpenAPI 3.0.0Proprietary2026-08-07936826.0 KB
Auth Configs

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.

get/api/v3/auth_configs

Query parameters

string
OR
boolean

Whether to filter by composio managed auth configs

toolkit_slugstring

Comma-separated list of toolkit slugs to filter auth configs by

deprecated_app_idstring

DEPRECATED: This parameter will be removed in a future version. Please use toolkit_slug instead.

The app id to filter by

deprecated_statusstring

DEPRECATED: This parameter will be removed in a future version.

show_disabledboolean nullable

Show disabled auth configs

Show disabled auth configs

searchstring

Search auth configs by name or id

Search auth configs by name or id

limitnumber nullable

Number of items per page, max allowed is 50

cursorstring

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

next_cursorstring nullable
total_pagesnumber required
current_pagenumber required
total_itemsnumber required