API ReferenceAuth Configs
Enable or disable an authentication configuration
PATCH
/api/v3/auth_configs/{nanoid}/{status}Updates the status of an authentication configuration to either enabled or disabled. Disabled configurations cannot be used for new connections.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Path Parameters
nanoidstringRequired
The unique identifier of the authentication configuration to update
Format:
authConfigIdstatusenumRequired
The new status to set for the auth configuration
Possible values:
ENABLEDDISABLEDResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://backend.composio.dev/api/v3/auth_configs/string/ENABLED"{}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}