Authorization: ********************
{
"asm_session_sid": 0,
"keep_alive": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/asm/asm/streamagentstate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asm_session_sid": 0,
"keep_alive": true
}'
{
"call_queue_add": {
"phone_number": "string",
"caller_id": "string",
"start_date": "1s",
"hold_date": "1s",
"formatted_skills": {
"property1": "string",
"property2": "string"
},
"agent_specific": true,
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL",
"caller_sid": {
"caller_sid": 0,
"type": "INBOUND",
"tenant_sid": 0,
"org_id": "string"
},
"skills": {
"property1": true,
"property2": true
}
}
}