GET
Lookup
/api/lookup?phone=<number>
Returns caller info for a phone. Charged only if data is returned: 0.009 credits.
Phone formats (EG normalization)
201234567890— 12 digits (country code 20)01234567890— local 11-digit1234567890— local 10-digit- Arabic numerals supported (e.g.
٠١٢٣…)
Response samples
200 OK
{
"message": "Success",
"count": 2,
"credits": 551.46,
"phone_number": "+20177077777",
"data": [
{"full_name": "Mohamed Ahmed Ali", "email": "[email protected]"},
{"full_name": "Hasan Kamel", "email": null}
]
}
404 Not Found
{ "message": "No records found", "data": [] }