Authentication
Get your API token
r4nkt API access
Authenticate against the API
$ R4NKT_TOKEN="your API token"
$ curl https://api.r4nkt.com/v1/games/<your game id>/actions \
-H "Authorization: Bearer $R4NKT_TOKEN" \
-H "Accept: application/json" \
-H "Content-Type: application/json"Last updated