Status change

You can receive information about updated parcel status in real time by sending us URL of POST endpoint in your system. Example of request to your endpoint looks like this

{
  "parcel_id": "9bc64edf-dd27-441b-8a80-c9a103f70ccb",
  "datetime": "2024-08-23 09:03:22",
  "new_status_code": "110",
  "external_id": 5543228993
}

In case we are unable to connect to your server or encounter a 4xx or 5xx error, we will try to send the same request two more times.