Account API
The authenticated user’s profile, preferences, and speed-dial favorites Base path:/api/v1/me
Endpoint count: 6
Get the authenticated user
GET /api/v1/me/EXPO_PUBLIC_ORBIT_TENANT_ID env-var hack). The dashboard uses the same shape for the org-picker + Settings → Profile cards.
GET /api/v1/me/favorites
GET /api/v1/me/favoritesPOST /api/v1/me/favorites
POST /api/v1/me/favoritesWhat kind of dial target this favorite points at —
pstn for an E.164 phone number, sip for a sip: URI, extension for an internal extension, or contact_id for a saved contact.The dial target itself, matching
target_kind: an E.164 number for pstn (e.g. +14155552671), a sip: URI for sip, or a free-form identifier for extension / contact_id (1–512 characters).Optional display label shown next to the favorite in the dialpad (up to 64 characters). Omit or send
null for no label.Optional position used to order favorites in the dialpad, lowest first. Defaults to 0; range 0–100000.
Update per-user preferences
PATCH /api/v1/me/Softphone widget layout. NULL resets to the platform default.
When TRUE every voicemail assigned to this user triggers an audio-attached email via the dispatcher scheduler.
Alternate routing address. NULL clears to
users.email.Operator signature block (≤ 2 000 chars). NULL or whitespace-only string clears the persisted value.
PATCH /api/v1/me/favorites/
PATCH /api/v1/me/favorites/{id}—
New display label for the favorite (up to 64 characters). Send
null to clear the existing label.New position used to order favorites in the dialpad, lowest first. Range 0–100000.
DELETE /api/v1/me/favorites/
DELETE /api/v1/me/favorites/{id}—