Skip to main content
POST
/
v3
/
order
/
resend_events
curl --request POST \
  --url https://api.sandbox.junction.com/v3/order/resend_events \
  --header 'x-vital-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "order_ids": ["0ee312e2-6773-4a21-a6e1-506882cd98ed"]
  }'
{
  "order_ids": ["0ee312e2-6773-4a21-a6e1-506882cd98ed"]
}

Documentation Index

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

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

At least one of order_ids or start_at is required. When using start_at, end_at defaults to the current time and the window cannot exceed 60 days.
curl --request POST \
  --url https://api.sandbox.junction.com/v3/order/resend_events \
  --header 'x-vital-api-key: YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
    "order_ids": ["0ee312e2-6773-4a21-a6e1-506882cd98ed"]
  }'
{
  "order_ids": ["0ee312e2-6773-4a21-a6e1-506882cd98ed"]
}

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Body

application/json
order_ids
string<uuid>[] | null
start_at
string<date-time> | null
end_at
string<date-time> | null

Response

Successful Response

order_ids
string<uuid>[]
required