Skip to main content
Initiate the OAuth 2.0 authorization flow for a specified third-party service.
  • Method: POST
  • Path: /api/v1/services/authorize/{service_name}

Path Parameter

  • service_name (string, required): The name of the service

Request Body

Refer to the ServiceAuthorizationRequest schema in the OpenAPI playground.

Response

Returns a ServiceAuthorizationResponse object on success.