0

I'm using the python requests module to try create a programme based on the Brawl Stars API. In order to authorise a request, there are 2 requirments: a JSON web token, and for the IP the request is coming from to be on a white list. Despite trying all the solutions i found here all of them return 'Error 403'. I've definitely white listed the correct IP, and have copied and pasted the entire, raw key from my account page. If anyone has any light to share it would be greatly appreciated!

E-A
  • 179
  • 12
  • Have you read the API [documentation](https://developer.brawlstars.com/#/documentation)? I can't view it for some reason. The request might need a customized payload to work – Xosrov Jan 16 '20 at 21:14
  • The Documentation only shows how to create requests, not use the web tokens unfortunately. – E-A Jan 17 '20 at 15:02
  • Can you update your question with the exact error message ? – Noé Jul 18 '20 at 16:00

0 Answers0