Numbers

List available phone numbers that ilert uses to send voice and SMS notifications

get
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?