Resend Invitation Email
Resend an invitation email. For `imported` contacts, this sends the first invitation email and changes status to `pending`. For `pending` contacts, this resends the invitation email.
Auth required: Yes
id (path, string) (required)Idempotency-Key (header, string) — Unique key for idempotent POST requests (1-256 chars: alphanumeric, `_`, `-`, `:`, `.`).
Same key + same body within 24h replays the cached response.
200: Invitation email sent400: Bad request401: Authentication required or invalid403: Authenticated but insufficient permissions404: Resource not found409: A request with this Idempotency-Key is currently being processed422: 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