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.

Personalization API

A two-sided surface:
  • Dashboard side (/v1/personalization/slots, this page) — owners and admins define content slots, variants, and rules.
  • SDK side (/sdk/personalize) — the customer’s website JS fetches the right variant for a given visitor / contact at runtime.
This page documents the dashboard side. Base path: /v1/personalization Authentication: Session JWT (owner / admin role).
MethodPathPurpose
GET/v1/personalization/slotsList slots
POST/v1/personalization/slotsCreate a slot
GET/v1/personalization/slots/{id}Get a slot
PATCH/v1/personalization/slots/{id}Update a slot
DELETE/v1/personalization/slots/{id}Delete a slot
GET/v1/personalization/slots/{slot}/previewPreview slot output for a sample contact

See also