despinoza | 2023-02-21 16:39:51 UTC | #1
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
tim.smith | 2023-02-21 21:48:46 UTC | #2
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. https://www.nuget.org/packages/GenesysCloudOAuthWebView. The .NET SDK can use client credentials or an auth token obtained from the oauth control. https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/
system | 2023-03-24 21:48:53 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 18507