Add Favorite
POST
/org/{tenant}/v2/contacts/favorites
Platform support: MT and CC
Add a contact to the user's favorites. The favorite type determines how contact_id is interpreted:
bcm—contact_idmust be a positive integer string (BCM contact ID)ext—contact_idis a PBX extension UUIDother—contact_idis a mobile/external contact identifier; optionally includecontact_datawith metadata
A per-user limit (default 50) is enforced server-side.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 500
Favorite created.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Not Found — the requested resource does not exist.
Conflict — the request conflicts with the current state (e.g. sync already active).
Internal Server Error — an unexpected error occurred.