Get single authentication configuration by ID

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

Path parameters

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

Headers

x-api-keystringRequired

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_connectionsinteger
The number of active connections using this auth config
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
credentialsobject or null

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

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
restrict_to_following_toolslist of strings or null
List of tool IDs this auth config is restricted to use with