Mirrorable domains
GET /v1/sync/domains — Domains this install can mirror, so a peer skips one this deployment lacks instead of reading a 404 as a transport failu
GET /v1/sync/domains
Domains this install can mirror, so a peer skips one this deployment lacks instead of reading a 404 as a transport failure. Current ids: personalization, chat, user-tags, profile, workflow.
| Method | GET |
| Path | /v1/sync/domains |
| Auth | Authorization: Bearer <token> required |
| Category | state |
Response body
{ "domains": ["personalization", "chat", "user-tags", "profile", "workflow"] }