With the Kixie agent status API, you are able to get the status of an agent.
API call: https://apig.kixie.com/www/agent/status?apiKey=[CUSTOMER API KEY]&email=[user email address]
Logged in and not on a call
{
"success": true,
"result": {
"onCall": 0,
"registered": 1,
"device": "Customer Device ID"
}
}
Logged in and on a call
{
"success": true,
"result": {
"onCall": 1,
"registered": 1,
"device": "Customer Device ID"
}
}
{
"success": false,
"result": {
"onCall": 0,
"registered": 0,
"device": "Customer Device ID"
}
}
11
-3
Was this article helpful?
4 out of 11 found this helpful
Articles in this section
- Managing Kixie Event Webhooks via API
- Send to Queue API
- Make a Call API
- Business/Team SMS API
- Kixie Authentication Overview
- Kixie Automations
- Creating an Automation Cadence
- 'Start Call' Webhook Configuration and Data Payload
- 'Voicemail' Webhook Configuration and Data Payload
- Call Outcome Webhook - Configuration and Data Payload