Contact Intelligence
Submit either a msisdn array or a records array — not both (a mixed request is rejected with response code 6). A maximum of 100 numbers can be validated per request.
A list of MSISDNs to validate. Mutually exclusive with records.
Optional default ISO 3166-1 alpha-2 country code (e.g. HR) applied to every submitted number. For records, a record's own country_iso takes precedence over this value.
HROptional client reference echoed back on every result. Applies to the msisdn array form; for records use the per-record metadata field instead.
Optional URL to receive an asynchronous callback with the results. When provided, the endpoint responds with 202 and { "id": "<uuid>" }, then POSTs { "id": "<uuid>", "data": [ ... ] } to this URL once processing completes.
200
2026-06-12T05:06:46.359Z447459100106447459100106The client reference supplied for this number (top-level metadata for the msisdn form, or the per-record metadata). Only present when metadata was supplied in the request.
ref-0010.0050trueAccepted — the request is being processed asynchronously. Returned only when callback_url is supplied; the results are POSTed to that URL as { "id": "<uuid>", "data": [ ... ] } once ready.
401
500
Last updated

