Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/ghostnotifier/ghostnotifierapi/listnotifications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"agent_queued_calls_notification": {
"agent_queue_calls": [
{
"call_sid": 0,
"phone_number": "string",
"caller_id": "string",
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"skills": [
"string"
],
"agent_specific": true,
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL"
}
],
"on_hold_calls": [
{
"call_sid": 0,
"phone_number": "string",
"caller_id": "string",
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"skills": [
"string"
],
"agent_specific": true,
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL"
}
],
"hqm_calls": [
{
"call_sid": 0,
"phone_number": "string",
"caller_id": "string",
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"skills": [
"string"
],
"agent_specific": true,
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL"
}
]
}
}