Skip to main content
GET
/
autopilot
Get autopilot status
curl --request GET \
  --url https://api.open.cx/autopilot \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "channel": "<string>",
      "autopilot_enabled": true,
      "ai_agent_version": "v1"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

channels
object[]
required