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.
Initiate the OAuth 2.0 authorization flow for a specified third-party service.
/api/v1/services/authorize/{service_name}
service_name
(string, required): The name of the serviceRefer to the ServiceAuthorizationRequest
schema in the OpenAPI playground.
Returns a 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
.