Affiliate data is accessible using token based authentication.
Access tokens can be generated by issuing a POST request to https://affiliate.springbokcasino.com/oauth/token.
POST: https://affiliate.springbokcasino.com/oauth/token x-www-form-urlencoded data: username=[your username] password=[your password] grant_type=password
example response:
{ "access_token": "55XTdLtA21-Avu5AkIMjuZ6_vIH_tonXYpkeJqBBz6LzM9RPeSrUcpfDI51h-SRi…", "token_type": "bearer", "expires_in": 43199 }
Set the 'Authorization' header of your request to 'Bearer [your access_code]. This will authenticate your request.
Authorization: Bearer 55XTdLtA21-Avu5AkIMjuZ6_vIH_tonXYpkeJqBBz6LzM9RPeSrUcpfDI51h-SRi…
Query methods support the standard odata conventions
Campaign list
Daily report
Brand report
Campaign report
Revenue report