Query parameters
-
UiVersion string
The Pinned UI version of the Configuration resource to fetch.
GET /v1/Configuration
curl \
-X GET https://flex-api.twilio.com/v1/Configuration \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"call_recording_enabled": true,
"call_recording_webhook_url": "https://example.com",
"channel_configs": [],
"chat_service_instance_sid": "string",
"crm_callback_url": "https://example.com",
"crm_enabled": true,
"crm_fallback_url": "https://example.com",
"crm_type": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"flex_insights_drilldown": true,
"flex_service_instance_sid": "string",
"flex_url": "https://example.com",
"integrations": [],
"messaging_service_instance_sid": "string",
"plugin_service_enabled": true,
"runtime_domain": "https://example.com",
"serverless_service_sids": [
"string"
],
"service_version": "string",
"status": "ok",
"taskrouter_offline_activity_sid": "string",
"taskrouter_skills": [],
"taskrouter_target_taskqueue_sid": "string",
"taskrouter_target_workflow_sid": "string",
"taskrouter_taskqueues": [],
"taskrouter_workspace_sid": "string",
"ui_language": "string",
"ui_version": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"call_recording_enabled": true,
"call_recording_webhook_url": "https://example.com",
"channel_configs": [],
"chat_service_instance_sid": "string",
"crm_callback_url": "https://example.com",
"crm_enabled": true,
"crm_fallback_url": "https://example.com",
"crm_type": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"flex_insights_drilldown": true,
"flex_service_instance_sid": "string",
"flex_url": "https://example.com",
"integrations": [],
"messaging_service_instance_sid": "string",
"plugin_service_enabled": true,
"runtime_domain": "https://example.com",
"serverless_service_sids": [
"string"
],
"service_version": "string",
"status": "ok",
"taskrouter_offline_activity_sid": "string",
"taskrouter_skills": [],
"taskrouter_target_taskqueue_sid": "string",
"taskrouter_target_workflow_sid": "string",
"taskrouter_taskqueues": [],
"taskrouter_workspace_sid": "string",
"ui_language": "string",
"ui_version": "string",
"url": "https://example.com"
}