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.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/transfers/{transfer}/claims
- QA Serverhttps://qa.ticketingevents.com/v3/transfers/{transfer}/claims
- Production Serverhttps://api.ticketingevents.com/v3/transfers/{transfer}/claims
curl -i -X POST \
'https://docs.ticketingevents.com/_mock/openapi/transfers/{transfer}/claims' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The transferred tickets were successfully delivered to the recipient's account.
Response
{ "date": "2024-03-05 21:56:09", "claimant": "Billy Butcher (the_butcher)", "success": true }