Skip to main content
POST
/
v1
/
orders
/
{request_id}
/
retry
Retry Order
curl --request POST \
  --url https://api.zinc.io/v1/orders/{request_id}/retry \
  --header 'Authorization: Basic <encoded-value>'
{
  "request_id": "<string>"
}

Documentation Index

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

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

Sometimes an order will fail for reasons that are temporary. In these situations, orders can be retried after the temporary conditions are resolved. A successful order retry response contains the request_id of the new order.

Authorizations

Authorization
string
header
required

Use your client token as the username. Leave the password blank.

Path Parameters

request_id
string
required

The unique identifier for the order request to retry

Response

200 - application/json

Order retry initiated successfully

request_id
string

The unique identifier for the new order request