Bonuses
Bonuses Endpoints
This section will display all available endpoints to get bonus data.
Most of calls requires an authentication token, which will be different from the player’s authentication token. Call to Get authentication token:
Request (POST)
/gateway/bonus/:version/login/:brand_id
Parameters:
{
"signed_key": "string"
}| Name | In | Type | Required | Description |
|---|---|---|---|---|
| version | path | string | true | The API version to use. |
| brand_id | path | int | true | The ID of the casino. |
| Authorization | header | string | true | subject for validation (i.e Banana). |
| signed_key | body | string | true | key for validation (i.e Banana). |
Example responses
will return string “Success” in the body and the Authentication in the header “x-auth-token” of the response
{
"msg": "Success"
}the header from result should be sent in the header of the next request as “x-auth-token”, with ‘Bearer ’ prefix