Skip to main content
POST
Resend invitation

Authorizations

Authorization
string
header
required

API key prefixed with finta_

Path Parameters

id
string
required
Pattern: ^invite_[A-Za-z0-9]+$

Response

Saved invitation; changed is normally true for renewal/delivery work and may be false if the revision changes concurrently. Email arrival is not guaranteed.

invitation
object
required
changed
boolean
required

False for a newly created invitation (201) and an unchanged replay. True when an existing invitation is renewed, its permissions change, or delivery work is requested. Not a guarantee that email arrived; use HTTP 201 to identify creation.