Send Invitation
Create and send a stakeholder invitation. Sends an email to the invitee with a link to accept/decline.
Auth required: Yes
Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
invitee_email: string (required)invitee_name: stringrelationship_type: string (required)venn_link_id: stringmessage: string201: Invitation created and sent400: Validation error401: Authentication required or invalid409: Resource conflict422: Idempotency-Key was already used with a different request bodyRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app