Returns the total contact count for the host.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
Create Contact
Creates a new contact. Fails with 409 if a contact with the same email already exists for the host — callers wanting "create or fetch existing" behaviour should use the host management site upsert flow instead.
Bulk Upsert Contacts
Upserts up to many contacts in one round-trip. Deduplicated server-side by email.