Resolve personalized slot content
Returns the best-matching content variant for a named on-page slot, shaped to the current visitor’s segment. Called from the Orbit Web SDK with the tenant’s PUBLIC API key. Orbit resolves the visitor (by phone, email, or anonymous id) to their segment, then picks the highest-priority active variant for the slot that matches that segment, falling back to the segment-less default. Responses are privately cacheable for 60 seconds.
Authorizations
Dashboard JWT token from Clerk
Headers
The tenant public API key with the pk_ prefix.
Query Parameters
The slot identifier to resolve content for.
The visitor anonymous id, used to resolve their segment.
Known visitor phone, used to resolve their segment.
Known visitor email, used to resolve their segment.