Get ranks categories
GET/api/data-fetch/v1/ranks/categories
The Player Category will be a way for the Operator to categorize their player based on their average bet amount, average real money bet amount or based on their deposit amount.
Request
Responses
- 200
- 400
- 404
- 500
A list of rank categories
Returns a 400 (Bad Request) status code if the parameters are invalid.
If the module or collection is not found in the configuration file, we will return with a 404 Not Found.
If there are connection problems with the database we will return a 500 internal server error.