Interactive Playground credentials
Enter your Console OAuth credentials to test API requests in the playground below. Select OmaxTelecom Client Credentials as the auth identity before sending.
Schemas
E164PhoneNumber
^\+[1-9]\d{1,14}$Phone number in E.164 format
CarrierInfo
nametypeCarrier line type, for example mobile or landline
mccMobile Country Code
mncMobile Network Code
NumberLookupResult
phone_number^\+[1-9]\d{1,14}$ · requiredPhone number in E.164 format
country_codeISO 3166-1 alpha-2 country code
national_formatNationally formatted phone number
validWhether the phone number is considered valid
Carrier information returned for a valid lookup
SingleNumberLookupRequest
phone_number^\+[1-9]\d{1,14}$ · requiredPhone number in E.164 format
SingleNumberLookupSuccessResponse
successSanitized carrier lookup result
BulkNumberLookupRequest
phone_numbersList of E.164 phone numbers to look up. Must be unique. Maximum 1000 items.
BulkNumberLookupJobItem
phone_number^\+[1-9]\d{1,14}$ · requiredPhone number in E.164 format
statusPer-number item status
Lookup result when status is completed
errorError message when status is failed
ApiError
codeMachine-readable error code
messageHuman-readable error message
ErrorResponse
success