List authentication configurations with optional filters

Headers

x-api-keystringRequired

Query parameters

is_composio_managedstring or booleanOptional
Whether to filter by composio managed auth configs
toolkit_slugstringOptional
The slug of the toolkit to filter by
deprecated_app_idstringOptional
The app id to filter by
deprecated_statusstringOptional
show_disabledbooleanOptionalDefaults to false
Show disabled auth configs
limitintegerOptional
Number of items per page
cursorstringOptional
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
itemslist of objects
total_pagesinteger
current_pageinteger
total_itemsinteger
next_cursorstring or null