Skip to content
Last updated

title: List Auth Configs keywords:

  • list auth configs
  • get
  • list
  • auth
  • configs

List all connector auth configs in the project.

GEThttps://api.aitronos.com/v1/admin/composio/auth-configs

Returns

auth_configs array of object

Auth Configs

total integer

Total

cURL
curl -X GET "https://api.aitronos.com/v1/admin/composio/auth-configs" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "auth_configs": [
    {
      "id": "abc123def456",
      "toolkit": "example_toolkit",
      "type": "default",
      "created_at": "2025-11-15T10:30:00Z"
    }
  ],
  "total": 42
}