- Method: GET
- Path:
/api/v1/services/callback/{service_name}
Path Parameters
service_name(string, required): The name of the servicecode(string, required, query): The authorization codestate(string, optional, query): The state parameter
Handle the OAuth 2.0 callback from third-party services for service authorization. This endpoint processes the authorization code, exchanges it for tokens, and stores them.
/api/v1/services/callback/{service_name}service_name (string, required): The name of the servicecode (string, required, query): The authorization codestate (string, optional, query): The state parameter