---
title: "Get Verification status of UA→World shipments"
method: GET
path: "/shipments/international/status"
tags: ["Shipments"]
---

# Get Verification status of UA→World shipments

`GET /shipments/international/status`

Returns verification statuses for international shipments for the UA→World direction (“international shipment from Ukraine to World”).
Responses and errors from the core system are proxied unchanged.</br>

## Query parameters

- `refs[]` string[], required
- `state` 'Order' | 'Closed' | 'allOrders', required

## Response `200`

Verification status list

- object
  - `jsonrpc` string
  - `result` object[]
    - `Ref` string
    - `State` string — e.g. NotVerified Verified Rejected
    - `Date` string, date-time
    - `StatusOfInternationalExpressWaybill` string — Human-readable verification status
    - `Note` string
    - `ClosedDate` string, date-time
  - `id` union
    - string
    - integer

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `503` — Connection time-out

---

[API](https://skmtc.net/novapost/apis/api-nova-post.md) · [All operations](https://skmtc.net/novapost/apis/api-nova-post/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novapost/api-nova-post/revisions/60e380005037/schema)
