Get access token

I would like to run from PureCloud an own application that sends me the session token in order to be able to execute other functions in the platform.
I have seen this script to execute the authorization application, https://developer.mypurecloud.ie/api/tutorials/oauth-auth-code/#nodejs that given the clientID and the Secret generates a token, but I need to obtain this two input parameter dynamically to execute the operation.
Again, I have seen that there are operations in the API explorer to get the parameters, but the token is already sent in the header.
So I return to the starting point. Is there any way to obtain this token?

1 Like

See the documentation on Authorization. You must complete one of the OAuth flows to obtain an auth token.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.