I’m trying to create a pretty simple reporting app using my Keap data.
I am struggling to get the right access token to put in my authorization header (e.g. Authorization: Bearer 123abc).
I tried using my Personal Access Token and putting it into the authorization header but it’s giving me an invalid access token error.
I am very new to this so apologies if this is simple or obvious.