GET
/
api
/
v1
/
services
/
callback
/
{service_name}
"<any>"

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.

Path Parameters

service_name
string
required

Query Parameters

code
string
required
state
string

Response

200
application/json

Successful Response

The response is of type any.