v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Contacts

Check-Contact

post/contacts

Request body

blocking'no_wait' | 'wait'

Blocking determines whether the request should wait for the processing to complete (synchronous) or not (asynchronous).

contactsstring[] required

Array of contact phone numbers. The numbers can be in any standard telephone number format.

Example request

{
  "blocking": "wait",
  "contacts": [
    "{{Recipient-WA-ID}}"
  ]
}

Response

Example response

{
  "contacts": [
    {
      "input": "1-631-555-1002",
      "status": "processing"
    },
    {
      "input": "6315551003",
      "status": "processing"
    },
    {
      "input": "+54 9 11 5612-1008",
      "status": "processing"
    },
    {
      "input": "+1 (516) 283-7151",
      "status": "valid",
      "wa_id": "15162837151"
    }
  ]
}