Accepts an invitation using a ticket id from an invitation email.
Used by the email-link accept flow. Validates that the logged-in user's email matches the invitation, then activates membership in the ticket's tenant. Idempotent — succeeds silently if the user is already a member.
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The invitation ticket id from the email URL.
Response Body
curl -X POST "https://api.fruxon.com/v1/invitations/string"{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Gets authorization settings metadata for all supported auth types.
Returns the configuration parameters and their descriptions for each supported authorization type, used when creating or editing integrations.
Lists outstanding invitations for the current user.
Returns one entry per tenant the authenticated user has been invited to but has not yet accepted. Cross-tenant — covers invitations from any tenant. Expired and withdrawn invitations are excluded. Use this to drive an in-app "you've been invited" banner without requiring the user to find the invitation email.