Skip to content

Bootstrap Desktop accounts, unread counts, and short-lived socket tokens​

GET
/desktop/bootstrap

Requires an authenticated browser session established by the one-use Desktop grant.

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses​

OK

application/json
JSON
{
  
"accounts": [
  
],
  
"active_tenant_id": "string",
  
"refresh_after": 600
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI