Skip to main content

Documentation Index

Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt

Use this file to discover all available pages before exploring further.

Branding API

Resolves the effective branding (logo, colors, brand name, support email) that should apply for the calling org or, when called by an unauthenticated subaccount surface, for a custom-domain host. Base path: /v1/branding Authentication: API key (X-API-Key) or session JWT.
MethodPathPurpose
GET/v1/branding/effectiveGet the effective branding for the calling tenant
This endpoint is hot — the Next.js dashboard middleware polls it on every authenticated render. Responses are cached for ~60 s server-side.

See also