Getting API working with API Connector

Looking to use API Connector to connect to the COD API.

Any thoughts on how I might be able to get this to work in Bubble? https://documenter.getpostman.com/view/7896975/SW7aXSo5?version=latest

1 Like

It should be possible, but I tried using the GET Player Info request and I’m getting an error back saying “Not permitted: not authenticated”.

Does it work for you in postman? Making sure the API itself is working should probably be the first step.

1 Like

I get the same error

1 Like

I can tell you what might lead to a solution - I need to get a CSRF token to start. The rest of the calls return a 403 which indicates that my first call to get the token didn’t go through.