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
OK - Everything worked as expected
Bad Request. Please check error code in response body (see Error codes)
Forbidden. You do not have access for such request
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):