So I have a API Key and Secret with I ran in the terminal
echo -n APPIKEY:ssecret | base64....I then put that into the Authorization header to the endpoint
in postman I set up a post to the above address with the base64 encoded API Key and secret to get the authorization key......what I get back in postman is
Solved! Go to Solution.
Ok For anyone new to this using Python or another backend scripting language or (POSTMAN).......
ok at the point where I have an auth key however now getting message about invalid scopes.
Ok For anyone new to this using Python or another backend scripting language or (POSTMAN).......