I was expecting schema for the API’s we can work with but am getting an empty response.
Here is the code snippet generated by Insomnia for what I’m doing. I get a 401 without the valid token so it seems like we’re good on the token. I got it from using the client credentials token endpoint.
curl --request GET
–url https://www.warcraftlogs.com/api/v2/client
–header ‘Accept: application/json’
–header ‘Authorization: Bearer {ACTUAL_TOKEN}’