latestOpenAPI 3.0.12026-08-104242199.9 KB

8df83424e244

Transfer requests

Retrieve a transfer request

Returns information about the transfer request specified in the request URL.

get/v1/accounts/{account_id}/transfer_requests/{transfer_request_id}

Path parameters

account_idstring required
transfer_request_idstring required

Response

Transfer request fetched successfully.

idstring

Unique ID of the transfer request.

reservation_idstring

Unique ID of the reservation associated with the transfer request.

referencestring

A unique reference for the transfer request. Used as an idempotency key.

descriptionstring

The description of the transfer request.

resolvedboolean

Indicates whether the transfer request was resolved.

Example response

{
  "id": "d3441a66f78e6290cdeebc4c1689a4aetreq",
  "reservation_id": "88cedf447b2c43828ded233733d1cc54",
  "reference": "e8eabf80-095f-4d6a-947a-4ca1455cc378",
  "description": "Example description"
}