Skip to content

Read a delivery

GET
/orders/{external_order_id}
curl --request GET \
--url https://api.govza.app/v1/partner/orders/example \
--header 'Authorization: Bearer <token>'
external_order_id
required
string
<= 128 characters

Your own identifier for the order.

The current state of the delivery.

Media typeapplication/json
object
success
boolean
data
object
external_order_id
string
order_code

The human-readable Govza order code.

string
status
string
Allowed values: new assigned in_progress delivered cancelled
price
number
nullable
tracking_url

Public tracking page, safe to forward to the recipient.

string
nullable
tracking_urls

Individual tracking pages in dropoff order. Null for a single-dropoff order or when unavailable.

Array<string>
nullable
status_changes
Array<object>
object
Example
{
"data": {
"status": "new"
}
}

The key is missing, malformed, revoked, or its account can no longer create orders.

Media typeapplication/json
object
success
boolean
error
object
id
string
code
string
message
string
details
string
Example
{
"success": false
}

No order exists for this external_order_id.

Media typeapplication/json
object
success
boolean
error
object
id
string
code
string
message
string
details
string
Example
{
"success": false
}