Api
Resend a pending invite
Stamps reminder_sent_at on a pending invite so it can be re-sent. 422 if the invite is not pending or does not exist.
Authorization
oauthJwt AuthorizationBearer <token>
A Supabase-issued OAuth user access token. On collection endpoints, pair with a Passo-Workspace header to pick a workspace.
In: header
Path Parameters
inviteId*string
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/invites/497f6eca-6276-4993-bfeb-53cbbbba6f08/resend"{ "success": true}