For the complete documentation index, see llms.txt.

POST /v1/invitations/accept/{token}

Accept Invitation

Accept an invitation via token. Requires an authenticated user session whose email address matches the invitation's `invitee_email` (case-insensitive). API keys (`vennio_sk_*`, `vennio_pk_*`) are not accepted on this route — acceptance is a human consent action and must be performed from a JWT-backed user session.

Auth required: Yes

Parameters

Responses

Authentication

Requires 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