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" } }
9
-1
Was this article helpful?
4 out of 9 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
- 'Disposition' Webhook Configuration and Data Payload