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.
Handle the OAuth 2.0 callback from third-party services for service authorization.
/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 parameterReturns an empty object on success.
Successful Response
The response is of type any
.