# Retrieve transfer details Retrieve the details of the requested transfer Endpoint: GET /transfers/{transfer} Version: 3.0.0 Security: SessionKey ## Path parameters: - `transfer` (string) Unique identifier of the transfer ## Response 200 fields (application/json): - `self` (string) URI of the transfer resource - `status` (string) Current status of the transfer - `initiated` (string) The date and time at which the transfer was initiated - `sender` (object) - `sender.self` (string) URI of the account resource - `sender.number` (string) Immutable identifier attached to the account - `sender.username` (string) Unique username attached to the account - `sender.email` (string) Unique email address attached to the account - `sender.firstName` (string) The account holder's forename - `sender.lastName` (string) The account holder's surname - `recipient` (object) - `tickets` (array) List of tickets involved in the transfer - `tickets.name` (string) The event section of the ticket being transferred - `tickets.description` (string) Detailed description of the transferred ticket - `tickets.quantity` (number) Number of tickets for this section being transferred - `claims` (string) URI for the claims collection used to complete the transfer ## Response 403 fields (application/json): - `message` (string) Reason for the given response.