Go to account

Contacts

Network Lookup

Look up a destination number to check its validity, line type, and network carrier. Use this before sending SMS to avoid dispatching to invalid or inactive numbers.

POST

/v1/contacts/lookup

Authorization

Header

X-Emisri-Api-Key: your_secret_key

Required

yes

Request body

application/json

FieldTypeRequiredDescription
destinationstringyesThe destination number to look up, in international format without the + sign (e.g. 2348012345678).

Response · 200 OK

application/json

FieldTypeRequiredDescription
successbooleantrue when the lookup completed successfully.
messagestringHuman-readable summary of the lookup result.
dataobjectThe response payload.