Initiate the OAuth 2.0 authorization flow for a specified third-party service. The frontend provides requested_scopes and a redirect_url for post-auth callback.
/api/v1/services/authorize/{service_name}
service_name
(string, required): The name of the serviceServiceAuthorizationRequest
schema in the OpenAPI playground.
ServiceAuthorizationResponse
object on success.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object
.