Skip to main content
Handle the OAuth 2.0 callback from third-party services for service authorization.
  • Method: GET
  • Path: /api/v1/services/callback/{service_name}

Path Parameters

  • service_name (string, required): The name of the service
  • code (string, required, query): The authorization code
  • state (string, optional, query): The state parameter

Response

Returns an empty object on success.