Skip to main content
POST
Preview Invitation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
token
string
required

Response

Successful Response

What an invitee is shown before joining: who asked, where to, until when.

The caller is not a member yet, so nothing else about the workspace leaves this endpoint. The inviter fields are nullable because the identity provider may not resolve them; the client states that rather than guessing.

expires_at
string
required
inviter_display_name
string | null
required
inviter_email
string | null
required
workspace_name
string
required
Last modified on September 23, 2026