Get ticket endpoint

GET `/be/tickets/{identifier}` endpoint

identifier - this could be either ticket id or ticket code.

Currently we support 6 ticket types:

Details for quicktip ticket type fields are here - Quicktip

Details for smartbet ticket type fields are here - Smartbet

Details for quickbet ticket type fields are here - Quickbet

Details for quickbetx ticket type fields are here - QuickbetX

Details for superbet ticket type fields are here - Superbet

Details for jackpot ticket type fields are here - Jackpot

Response status codes:

Status Code
Interpretation

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

Error response (status=400):

{
    "code": 100,
    "message": "Feature not implemented yet"
}

Error response (status=400):

Error response (status=400):

Last updated