Vox Gateway
Numbers

Get Outbound Binding

GET/api/v1/number/outbound

한 번도 설정한 적 없는 번호는 platform(내장 Agent)으로 옵니다.

Authorization

numberKey
AuthorizationBearer <token>

번호 API 키. 키가 곧 발신 번호이자 접근 범위다 — 그 번호의 통화만 조회·제어할 수 있다.

In: header

Header Parameters

X-Number-Id?string|null

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/number/outbound"
{  "agent_type": "mastra",  "assistant_id": "sales",  "chat_url": "https://agent.example.com/api/agents/sales/stream",  "has_token": true,  "number_id": "8b21d4e6-77af-4c30-9f5b-1a0c3d2e4f60",  "phone": "07079193558"}