v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
favorites

Create a favorite (v2)

Star a group, view, or contact. Body must include exactly one of group_id, view_id, or contact_id. ranking is optional. Requires Idempotency-Key. Returns { data: { favorite: {...} } } with status 201.

post/v2/favorites/

Request body

idstring uuid
group_idstring uuid
view_idstring uuid
contact_idstring uuid
rankinginteger

Response

Created