Lookup
Look up information about a phone number
Request
curl -X GET "https://api.simpu.co/lookup/phone" \
-H "Content-Type: application/json" \
-d '{
"phone": "2348089672786"
}'Response
{
"msisdn": "2348089672786",
"operator": "MTN",
"country": "Nigeria",
"ported": false,
"dnd": false
}/lookup/phone
application/json
Lookup phone object
200
400
application/json
Lookup phone response
Request
curl -X GET "https://api.simpu.co/lookup/phone" \
-H "Content-Type: application/json" \
-d '{
"phone": "2348089672786"
}'Response
{
"msisdn": "2348089672786",
"operator": "MTN",
"country": "Nigeria",
"ported": false,
"dnd": false
}