Get the thirdparty provider's authorisation URL to which the user should be redirected to.
Request Code Samples
curl --location --request GET 'http://localhost:8000//<tenantId>/authorisationurl?thirdPartyId&redirectURIOnProviderDashboard'
Responses
application/json
Get the OAuth authorisation URL
{
"status": "OK",
"urlWithQueryParams": "https://providerdomain.com/authorize?client_id=..&scope=..&access_type=..",
"pkceCodeVerifier": "abcd1234"
}
Modified at 2024-10-01 07:35:40