Skip to main content
Participant
October 15, 2021
Question

Error when using v6 API but no v5 ?

  • October 15, 2021
  • 1 reply
  • 595 views

Greetings,

I have been able to successfully call multiple endpoints such as POST /transientDocuments when using the v5 API of Adobe

 

However, when I use the same app and change v5 to v6, I get the following error, any idea how to resolved this ? (Note that it works with v1/v2/v3/v4/v5)

 

The API caller does not have the permission to execute this operation
 
Frederic
This topic has been closed for replies.

1 reply

Adobe Employee
October 18, 2021

In v6 the integration key needs to be prefixed with the word 'bearer'

 

So like 'bearer 3AA...'

 

Participant
October 18, 2021

Thanks but now I get the following error even though I am using an Integration Key that is not supposed to expire right ?

 
{
    "code""INVALID_ACCESS_TOKEN",
    "message""Access token provided is invalid or has expired"
}