v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
X Accounts

Get X account connection status

get/x/account-connection-attempts/{id}

Path parameters

idstring required
Example:xatt_0123456789abcdef0123456789abcdef

Connection attempt ID returned by POST /x/accounts.

Response

Current X account connection status

OR
OR
OR

Example response

{
  "object": "x_account_connection_attempt",
  "id": "xatt_0123456789abcdef0123456789abcdef",
  "status": "pending",
  "pollAfterMs": 3000
}