
Announcements
Hi,
I am trying to connect to Genesys Cloud via HTTP and OAuth 2.0.
I have retrieved the bearer token and can make requests in Postman.
If i copy the Bearer to PA i can also make the requests from PA.
Problem is that i can´t figure out how to extract the bearer token in PA.....
Link on the topic:
https://developer.genesys.cloud/authorization/platform-auth/use-authorization-code
This is the string to be used but i don´t succeed with the request:
https://login.mypurecloud.com/oauth/authorize ?client_id=<my-client-id> &response_type=code &redirect_uri=<http://example.com/oauth/callback>
I am using https://global.consent.azure-apim.net/redirect as the PA redirect URL.
Does anyone have any experience on this topic?
Thanks in advance!
/Karl