Aurion Docs
Api

Search Numbers

GET
/api/v1/telephony/numbers/search
AuthorizationBearer <token>

In: header

Query Parameters

country_code?string
Default"US"
Length2 <= length <= 2
area_code?|
limit?integer
Default10
Range1 <= value <= 20

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/telephony/numbers/search"
{
  "numbers": [
    {}
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}