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": 48.9,
"errorCode": null,
"error": null
}
Modified at 2024-07-25 07:55:53