API Reference
Reference for Simpu's APIs
cURL
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 }
Lookup a Phone
An API key to authenticate requests
Lookup phone object
The body is of type object.
object
Lookup phone response
The response is of type object.