Numbers
Responses
200
List of phone numbers
application/json
get
GET /api/numbers HTTP/1.1
Host:
Accept: */*
200
List of phone numbers
[
{
"countryCode": "text",
"phoneNumber": "text",
"supportsInboundSms": true,
"types": [
"SMS"
]
}
]
Was this helpful?