Read
Get current account
GET /accounts/current — your current contextList customer accounts
GET /accounts — accounts you can accessHierarchy
Create child account
POST /accounts/create-child — add a child customerUpdate customer domain
PATCH /accounts/:customerId/domain — set the org domainDelete child account
DELETE /accounts/:customerId — remove a child customerMembership
Get membership
GET /accounts/:customerId/membership — read access settingsUpdate membership
PATCH /accounts/:customerId/membership — toggle domain auto-joinNotifications
Get notification preferences
GET /notification-preferences — your opt-insUpdate notification preferences
PUT /notification-preferences — replace your opt-ins