Response to a Mass Messages request

If the request was sent to the URL https://proxy.hyber.im/{client_id}/batch or https://proxy.hyber.im/{client_id}/broadcast, you will receive a campaign ID in response as:

{
  "job_id": "66591729-cb47-5ef9-964b-949dc6aff84f"
}

If the request is sent to the URL https://proxy.hyber.im/{client_id}/batch/sync or https://proxy.hyber.im/{client_id}/broadcast/sync, you receive details on each Message with their message_id:

{
  "messages": [
    {
      "processed": true,
      "phone_number": "380961111111",
      "message_id": "9f60ac8f-e721-5027-b838-e6fcb95fcd7a",
      "extra_id": "AD-6640-7006",
      "accepted": true
    },
    {
      "processed": true,
      "phone_number": "380962222222",
      "message_id": "e5ea7286-6849-52d7-9e1b-8719b736283e",
      "extra_id": "AD-6640-7007",
      "accepted": true
    }
  ]
}

A description of the response parameters is provided in the Statuses section.