cURL
curl --request POST \ --url https://api.zinc.io/v1/orders/{request_id}/retry \ --header 'Authorization: Basic <encoded-value>'
{ "request_id": "<string>" }
Retry a failed order
request_id
Use your client token as the username. Leave the password blank.
The unique identifier for the order request to retry
Order retry initiated successfully
The response is of type object.
object