curl --request GET \
--url https://api.avidoai.com/v0/org-config \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": {
"inferenceProvider": "AZURE",
"disableWebhooks": false
}
}Retrieves the organization configuration settings. Returns default values if no config has been saved yet.
curl --request GET \
--url https://api.avidoai.com/v0/org-config \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": {
"inferenceProvider": "AZURE",
"disableWebhooks": false
}
}Your unique Avido API key
Your unique Avido Application ID
Successfully retrieved org config (defaults provided if not configured)
Successful response containing org config data (defaults provided if not configured)
Organization-level configuration settings
Show child attributes