Invalid access token

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.

3

To use a Personal Access Token (PAT) you use a different header X-Keap-API-Key. Personal Access Tokens & Service Account Keys - Keap Developer Portal

Thank you Brad! Much appreciated :slightly_smiling_face: