Need help?
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
| Field | Type | Required | Description |
|---|---|---|---|
| destination | string | yes | The destination number to look up, in international format without the + sign (e.g. 2348012345678). |
Response · 200 OK
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| success | boolean | — | true when the lookup completed successfully. |
| message | string | — | Human-readable summary of the lookup result. |
| data | object | — | The response payload. |