curl --request GET \
--url https://api.open.cx/autopilot \
--header 'Authorization: Bearer <token>'{
"channels": [
{
"channel": "<string>",
"autopilot_enabled": true,
"ai_agent_version": "v1"
}
]
}Get the autopilot enabled/disabled status for each channel. When autopilot is enabled on a channel, the AI automatically responds to customer messages.
curl --request GET \
--url https://api.open.cx/autopilot \
--header 'Authorization: Bearer <token>'{
"channels": [
{
"channel": "<string>",
"autopilot_enabled": true,
"ai_agent_version": "v1"
}
]
}Was this page helpful?