How to get the application client Id from integration key (access token)
Hi,
I am integrate Adobe Sign into our application which cannot use OAuth to get the AccessToken. I created the access Token via this link https://secure.eu1.echosign.com/account/accountSettingsPage#pageId::ACCESS_TOKENS
I created an API application in this link https://secure.eu1.echosign.com/account/accountSettingsPage#pageId::API_APPLICATIONS
Then in my application, I create an webhook via API using the access token above. the problem is the webhook is using different x-adobe-client-id which I am guessing it comes with the access token.
How can I get the client-id from the access token so I can verify the header from webhook URL?
