Skip to main content
GET
/
queues
/
{id}
Get queue by Id
curl --request GET \
  --url https://api.market.iventou.com.br/queues/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "Queue 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>"
    }
  }
}

Authorizations

Authorization
string
header
required

Token from partner authetnication

Path Parameters

id
string
required

Response

200 - application/json

Queue retrieved successfully

id
string<uuid>
required
name
string
required
Minimum length: 3
Example:

"Queue for book"

book
object
required