Skip to content
Last updated

title: Oauth Callback keywords:

  • oauth callback
  • get
  • oauth
  • callback

Handle OAuth callback from third-party services.

GEThttps://api.aitronos.com/v1/personal-connectors/callback

Query Parameters

code string optional

OAuth authorization code

state string optional

OAuth state token (not provided by ClickUp)

error string optional

OAuth error parameter

status string optional

Connection status

connected_account_id string optional

Connected account ID

app_name string optional

Connected app name


Returns

A JSON object with the operation result.

cURL
curl -X GET "https://api.aitronos.com/v1/personal-connectors/callback" \
  -H "X-API-Key: $FREDDY_API_KEY"

Response:

200 OK
{
  "success": true
}