This API allows for the lookup of a phone number. The response consists of the 'carrier' information, 'countryCode', 'phoneNumber.endpoint' and the phone number in the 'nationalFormat'.
For this API to execute succesfully, the phone number
Client app must have 'app.core.microservicesmgr.lookup.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "carrier": {
- "name": "AT&T Wireless",
- "type": "mobile"
}, - "phoneNumber": {
- "endpoint": "+18135556666"
}, - "countryCode": "US",
- "nationalFormat": "(813) 555-6666"
}