cURL
curl --request GET \ --url https://api.givebutter.com/v1/tickets/{ticket} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "id_suffix": "<string>", "transaction_id": "<string>", "name": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>", "phone": "<string>", "title": "<string>", "description": "<string>", "price": 123, "pdf": "<string>", "checked_in_at": "<string>", "created_at": "<string>", "updated_at": "<string>", "retail_price": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ticket uid
TicketResource
Was this page helpful?