Authorization: ********************
{
"asm_session_sid": 0,
"channel_types": [
"CHANNEL_TYPE_EMAIL"
],
"skills": {
"property1": 0,
"property2": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/asm/asm/getqueuesdetails' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asm_session_sid": 0,
"channel_types": [
"CHANNEL_TYPE_EMAIL"
],
"skills": {
"property1": 0,
"property2": 0
}
}'
{
"queue_details": [
{
"channel_type": "CHANNEL_TYPE_EMAIL",
"queueSize": 0
}
]
}