v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBReturn Requests
Retrieve return request
Retrieve the details of a return request.
get/return_requests/{id}
Path parameters
idstring uuid required
The ID of the return request.
Response
Successfully retrieved return request.
Example response
{
"object": "return_request",
"metadata": {
"property_a": true,
"property_b": "false"
},
"additional_information": [
"Insufficient funds",
"Account closed"
]
}