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.
/v1/personalization
Authentication: Session JWT (owner / admin role).
| Method | Path | Purpose |
|---|---|---|
GET | /v1/personalization/slots | List slots |
POST | /v1/personalization/slots | Create 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}/preview | Preview slot output for a sample contact |
See also
- Embedded SDK API — the runtime fetch endpoint