Get single authentication configuration by ID

Retrieves detailed information about a specific authentication configuration using its unique identifier.

Authentication

x-api-keystring
API key authentication

Path Parameters

nanoidstringRequiredformat: "authConfigId"
The unique identifier of the authentication configuration to retrieve

Response

Successfully fetched auth config
idstringformat: "authConfigId"
The unique ID of the authentication configuration
uuidstring

The UUID of the authentication configuration (for backward compatibility)

typeenum

The type of the authentication configuration (custom or default)

Allowed values:
toolkitobject
Information about the associated integration
namestring
The display name of the authentication configuration
statusenum
Current status of the authentication configuration
Allowed values:
no_of_connectionsdouble
The number of active connections using this auth config
tool_access_configobject
deprecated_paramsobject
Deprecated parameters maintained for backward compatibility
auth_schemeenum or null

The authentication scheme used (e.g., OAuth2, API Key, etc.)

is_composio_managedboolean or null
Whether this authentication configuration is managed by Composio or the user
credentialsmap from strings to any or null

The authentication credentials (tokens, keys, etc.) - may be partially hidden for security

proxy_configobject or null
created_bystring or null
The identifier of the user who created the auth config
created_atstring or null

ISO 8601 date-time when the auth config was created

last_updated_atstring or null

ISO 8601 date-time when the auth config was last updated

expected_input_fieldslist of any or null
Fields expected during connection initialization
shared_credentialsmap from strings to any or null

[EXPERIMENTAL] Shared credentials that will be inherited by all connected accounts using this auth config

restrict_to_following_toolslist of strings or nullDeprecated

Use tool_access_config instead. This field will be deprecated in the future.

Errors