Hi everyone,
I'm developing an API that consume "/api/v2/conversations/calls". I did the example in postman and it works well. I want to do the same in .Net, but I don´t know how to do the "callback url" project to retrieve the token
Someone has some example? any help is really aprecciated
If you're implementing the auth flow on your own, see the OAuth documentation: https://developer.genesys.cloud/authorization/platform-auth/ . Implement the flow that's most appropriate for your use case. If you're using user-based authorization, you may want to look at the component that handles it for you. NuGet Gallery | GenesysCloudOAuthWebView 1.0.3 . The .NET SDK can use client credentials or an auth token obtained from the oauth control. https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/
1 Like
system
Closed
March 24, 2023, 9:48pm
3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.