Authorization: ********************
{
"service_id": "string",
"skills": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/cbs/listscheduledcallbackswithdetailsbyskillsreq' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_id": "string",
"skills": [
"string"
]
}'
{
"callbacks": [
{
"scheduled_callback_id": "string",
"service_id": "string",
"status": "SCS_INVALID",
"start_time": "1s",
"end_time": "1s",
"phone_number": "string",
"caller_id": "string",
"skills": [
"string"
],
"notes": "string",
"create_date": "1s",
"last_update": "1s",
"created_by": "string",
"last_updated_by": "string",
"name": "string",
"former_call_sid": 0,
"former_call_type": "INBOUND",
"callback_details": [
{
"scheduled_callback_detail_id": "string",
"scheduled_callback_id": "string",
"key": "string",
"value": "string"
}
],
"country_sid": "string"
}
]
}