Authorization: ********************
{
"hunt_group_sid": 0,
"include_null_phone_number_types": true,
"order_bys": [
"PHONE_BOOK_SID"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/listwhitelistphonebooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hunt_group_sid": 0,
"include_null_phone_number_types": true,
"order_bys": [
"PHONE_BOOK_SID"
]
}'
{
"white_list_phone_books": [
{
"entry_type": "string",
"entry_name": "string",
"hunt_group_sid": "string",
"phone_number": "string",
"phone_number_type": "string",
"phone_number_hidden": true
}
]
}