Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Request Code Samples
curl --location -g --request GET '/operator/balance?clientId={{clientid}}&playerId={{playerid}}' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json {
"balance": 0.75,
"errorCode": null,
"error": null
}
Modified at 2024-09-14 18:03:25