Vero: API Design & Integration Surface
Docs-backedREST API at https://api.getvero.com/api/v2. Resources: users, events, tags, unsubscribes. POST /users/track identifies a user (creates or updates profile: id, email, data object with custom attributes). POST /events/track tracks a behavioral event ({identity: {id/email}, event: 'name', data: {...}}). POST /users/tags/edit adds/removes tags from a user. POST /users/unsubscribe unsubscribes a user from all campaigns. GET /users/exists checks if a user exists. Response: 200 with JSON (stored: true) on success. Simple flat API design; easy to integrate.