Skip to main content
Each page below documents a single account operation — request, parameters, response shape, and errors. Read the current account context, manage the parent/child hierarchy, control membership access, and set per-user notification preferences. For the conceptual model see the Account overview.

Read

Get current account

GET /accounts/current — your current context

List customer accounts

GET /accounts — accounts you can access

Hierarchy

Create child account

POST /accounts/create-child — add a child customer

Update customer domain

PATCH /accounts/:customerId/domain — set the org domain

Delete child account

DELETE /accounts/:customerId — remove a child customer

Membership

Get membership

GET /accounts/:customerId/membership — read access settings

Update membership

PATCH /accounts/:customerId/membership — toggle domain auto-join

Notifications

Get notification preferences

GET /notification-preferences — your opt-ins

Update notification preferences

PUT /notification-preferences — replace your opt-ins