title: Oauth Callback keywords:
- oauth callback
- get
- oauth
- callback
Handle OAuth callback from third-party services.
GEThttps://api.aitronos.com/v1/personal-connectors/callback
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
A JSON object with the operation result.
cURL
- Bash
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/personal-connectors/callback" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true
}