GET
/
lookup
/
phone
curl --request GET \
  --url https://api.simpu.co/lookup/phone \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": "2348089672786"
}'
{
  "msisdn": "2348089672786",
  "operator": "MTN",
  "country": "Nigeria",
  "ported": false,
  "dnd": false
}

Authorizations

Authorization
string
header
required

An API key to authenticate requests

Body

application/json
Lookup phone object

The body is of type object.

Response

200
application/json
Lookup phone response

The response is of type object.