Get ticket list endpoint
GET `/be/tickets` endpoint
Last updated
GET `/be/tickets` endpoint
Last updated
Request URL parameters:
Parameter | Data Type | Description |
---|---|---|
Response for this endpoint is a list of objects. Each object represents separate ticket. For each ticket type response fields are the same as in Get ticket endpoint.
Sample response (status=200):
Response status codes:
Error response (status=400):
Status Code | Interpretation |
---|---|
limit
integer
Optional. Default = 10. Number of tickets to return
user_id
string
Optional. If presented - does filtration by ticket user_id
field
skip_types
list of TicketType
Optional. List of Ticket Type (see Fields). If presented - does filtration by ticket type
field. Excludes tickets with types from skip_type
parameter. If you want to exclude tickets with multiple types - pass types like this: ...&skip_types=superbet&skip_types=jackpot&...
200
OK - Everything worked as expected
400
Bad Request. Please check error code in response body (see Error codes)
403
Forbidden. You do not have access for such request
422
Validation Error. Please check response body for more details