Skip to main content
GET
/
tracking-events
/
{id}
Retrieve a single tracking event
curl --request GET \
  --url https://api.arcuserp.com/v1/tracking-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "package_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "pre_transit",
  "status_detail": "<string>",
  "location": "<string>",
  "occurred_at": "2023-11-07T05:31:56Z",
  "recorded_at": "2023-11-07T05:31:56Z",
  "carrier_event_code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Path Parameters

id
string<uuid>
required

Query Parameters

expand[]
enum<string>[]
Available options:
package,
order

Response

Tracking event

A single carrier tracking event scraped from Shippo / carrier webhook.

id
string<uuid>
package_id
string<uuid>
status
enum<string>
Available options:
pre_transit,
transit,
delivered,
returned,
failure,
unknown
status_detail
string | null

Carrier-specific sub-status.

location
string | null

City, ST or facility name.

occurred_at
string<date-time>
recorded_at
string<date-time>
read-only
carrier_event_code
string | null