cURL
curl --request GET \ --url https://api.market.iventou.com.br/groups/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Group for book", "book": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Resale book for Halloween VIP", "event_name": "Halloween", "ticket_name": "VIP", "ticket_type": "FULL", "start_date": "2023-11-07T05:31:56Z", "end_date": "2023-11-07T05:31:56Z", "group": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "queue": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }, "purchase_approval_webhook": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "url": "<string>" } } }
Token from partner authetnication
Group retrieved successfully
3
"Group for book"
Show child attributes