favorites
List favorites (v2)
List all of the authenticated user's favorites across groups, views, and contacts. Returns { data: { favorites: [...], pagination: { nextCursor, count } } }. Supports ?take=, ?cursor=, and ?orderBy[ranking]=asc|desc.
get/v2/favorites/
Query parameters
type'group' | 'view' | 'contact'
takeinteger
cursorstring uuid
Response
Successful response