Skip to main content
GET
Get invitation details (public)

Path Parameters

token
string
required

Invitation token from the invite link

Minimum string length: 32
Example:

"abc123def456ghi789jkl012mno345pqr"

Response

Invitation details

organization_name
string
required

Name of the organization

Example:

"Acme Inc."

inviter_name
string | null
required

Full name of the person who sent the invitation

Example:

"John Doe"

inviter_email
string<email>
required

Email of the person who sent the invitation

role
enum<string>
required

Role being offered

Available options:
member,
admin
Example:

"member"

email
string<email>
required

Email address the invitation was sent to

is_expired
boolean
required

Whether the invitation has expired

Example:

false

expires_at
string<date-time>
required

When the invitation expires

Example:

"2024-02-01T00:00:00Z"