Copy link to clipboard
Copied
I've just created a development account, created an integration key, and read the documentation. I've seen how to get an access token by using OAuth, but I don't find any documentation on how to use the integration key.
Yes, I got a solution: the Integration Key is the Access Token. So, if you have an integration key you have an access token. Just add an Authorization header = Bearer YourIntegrationKey and you are done.
Copy link to clipboard
Copied
Anybody got a solution to this? I've trying to get an answer from the Adobe Support but they all give up after a few minutes...
Copy link to clipboard
Copied
Yes, I got a solution: the Integration Key is the Access Token. So, if you have an integration key you have an access token. Just add an Authorization header = Bearer YourIntegrationKey and you are done.
Copy link to clipboard
Copied
Thank you so much!