아웃바운드 작업
List phone numbers
Get the list of caller ID numbers required to create an outbound task.
GET
/openapi/trunk_numbers요청
응답
200 OK
[].idinteger필수
号码ID
[].numberstring필수
号码
[].directionstring필수
号码方向
[].concurrentinteger필수
并发数量
샘플 코드
curl -X GET 'https://openapi.voicefox.ai/openapi/trunk_numbers' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json'응답 예시
[
{
"id": 0,
"number": "号码",
"direction": "号码方向",
"concurrent": 0
}
]