Authorization: ********************
{
"hunt_group_sid": 0,
"skills": {
"property1": 0,
"property2": 0
},
"subsession_type": "VOICE"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/asm/asm/createsession' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"skills": {
"property1": 0,
"property2": 0
},
"subsession_type": "VOICE"
}'
{
"asm_session_sid": 0,
"voice_session_sid": 0,
"voice_registration": {
"username": "string",
"password": "string",
"dial_url": "string",
"pstn_phone": "string",
"default_time_zone": "string",
"expiration_timestamp": 0
}
}