Returns a list of telephone numbers currently available for spaces dialins. The URL parameters for this method are used to paginate responses, as specified in the pagination guide. Note that for the near future pagination may not be required due to the limited number of results.

URL Parameters

NameDescriptionLocationRequiredDefault Value
sizeThe number of responses to return per requestQueryNo30 (Max: 30)
pageThe page number for phone numbers requestedQueryNo0
sortSort phone numbers by order, country, number, localeQueryNoorder
hiddenShow hidden phone numbersQueryNo

Body Parameters

None.

Authentication

JwtAuthenticator, Oauth2Authenticator, AnonymousAuthenticator

Authorization

PERM_TOPIC_READ

Example Request

URL

For Production: GET https://spacesapis.avayacloud.com/api/confnumbers?size=1&page=2
For Staging: GET https://loganstagingapis.esna.com/api/confnumbers?size=1&page=2

Headers

Authorization: "jwt eyJhbGciOiJSUzI1NiIsIdfgdfgnR5cCI6IkpXVCJ9.eyJ1c2VyX2lkX3NpZyI6ImxPWHpxNzVzR3J3X0xwWEMyRGRMakhyYXJlWVhyTzFMdEZHZkhkOWNkTXciLCJwcm9kdWN0X3R5cGUiOiJhY2NvdW50cyIsImxhc3R1cGRhdGV0aW1lIjoiMjAxNy0wMS0zMFQxMzo1ODo0Ny4yMDYiLCJpc3MiOiJ6YW5nLmlvIiwicHVibGlja2V5aWQiOiJhZ3h6Zm05dVpYTnVZVEl3TVRSeUdnc1NEVWRLZDNSUWRXSnNhV05MWlhrdfgdWdJQ2dsUEtFakFvTSIsImV4cCI6MTQ5NTM5MTIwMywidXNlcl9pZCI6ImFneHpmbTl1WlhOdVlUSXdNVFJ5RVFzU0JGVnpaWElZZ0lEQXMtX25fUW9NIiwidmVyIjoiMi4wIn0.SqZpw1uPIebqW3qlDsm0-DWYFKEH0SgPwtD-tSESWOF-5hLkZMqJH28ooWux2S7s9riIew7pTVPnZpTgJa5zHcEAG0gXSEJVOqmpGp_4ufM8YtZoZMpBFjyAkwyAt-ILkGUYIo0GU5WyzMPLV8YLXfgdfgOgkE2MGGOajBkjPmC2Db3pA0D0M9k-21EL1gwWBC5YIq0PDAkgulegwl6khRmB8irJQ-dfg-d-KV9eYfFpsCdJKRGzSfqg"

Or

Authorization: "bearer f746696f5de4528u128ae2f274eea253e8a7943a"

Example Response

{
    "data": [
        {
            "_id": "58d175e98a0409c65a887dcb",
            "country": "CA",
            "number": "+1 647-799-6626",
            "locale": "en",
            "description": "CANADA",
            "order": 15,
            "flag": "https://storage.googleapis.com/onesna/public/spaces/flags/CA%403x.png",
            "hidden": false
        }
    ],
    "nextPageUrl": "/api/confnumbers?size=1&page=3&hidden=false&sort=&prev=false",
    "previousPageUrl": "/api/confnumbers?size=1&page=1&hidden=false&sort=&prev=true",
    "total": 1
}