GET
/
v1
/
returns
/
{request_id}
Retrieve Return
curl --request GET \
  --url https://api.zinc.io/v1/returns/{request_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "_type": "return_response",
  "merchant_return_id": "<string>",
  "return_by": "<string>",
  "label_urls": [
    "<string>"
  ],
  "request": {}
}

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 return request

Response

200
application/json

Return details retrieved successfully

The response is of type object.