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>"
}
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

The response is of type object.