Skip to main content
GET
/
api
/
v1
/
invitations
/
{token}
Preview Invitation
curl --request GET \
  --url https://api.example.com/api/v1/invitations/{token}
{
  "inviter_name": "<string>",
  "role": "<string>",
  "workspace_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

Response

Successful Response

inviter_name
string | null
required
role
string
required
workspace_name
string
required