# Claim a transfer Claim a pending transfer. Once claimed, any tickets attached to the transfer are moved from the sender's account to the recipient's and returned to a usable state. Only a transfer's recipient can claim a transfer, and a transfer can no longer be claimed once it has been cancelled or claimed previously. Endpoint: POST /transfers/{transfer}/claims Version: 3.0.0 Security: SessionKey ## Path parameters: - `transfer` (string) Unique identifier of the transfer ## Response 201 fields (application/json): - `date` (string) The date/time at which the transfer was claimed - `claimant` (string) Full name and username of the TickeTing user that claimed the transfer - `success` (boolean) True if the transfer was successfully claimed, false otherwise ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.