Build direct links into the contacts (CRM) pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.
Contacts pages are split across two apps with two URL namespaces:
74bff718-5977-47f2-9e5f-a9fd0047fd1f) — the contact list, contact view, and import. Routes under contacts/.ee070097-0850-4f23-ad8c-3cdd4efd5244) — contact segments. Routes under segments/.| Page | URL after /dashboard/{metaSiteId}/ | What it manages |
|---|---|---|
| Contacts list | contacts | All contacts (filter, label, search) |
| Contact view | contacts/view/{contactId} | A specific contact's details and activity |
| Import contacts | contacts/contacts/import | Import contacts (CSV, Gmail) |
Older contacts/import links redirect to the current import route.
| Page | URL after /dashboard/{metaSiteId}/ | What it manages |
|---|---|---|
| Segments | segments | Contact segments (saved smart filters over contacts) |
Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header.
| Entity | Read API | Dashboard link |
|---|---|---|
| Contact | POST /contacts/v4/contacts/query · GET /contacts/v4/contacts/{id} | contacts/view/{contactId} (view) or contacts (list) |
| Label | GET /contacts/v4/labels · POST /contacts/v4/labels/query | contacts (labels filter the contacts list) |
| Segment | Segments API (no public REST read endpoint) | segments |
Example — after creating a contact, hand back its view link:
Last updated: 30 July 2026