GageList APIs use Bearer Authentication. The client must send this token in the Authorization header when making requests to protected resources.
In order to obtain the authentication token, please send a POST request to https://gagelist.net/api/token with following parameters:
| POST Headers | POST Body | ||
| Content-Type | application/x-www-form-urlencoded | grant_type | password |
| client_id | {your client id} | ||
| client_secret | {your client secret} |

