RyTask docs
REST APIInvites

Preview an invitation (org name, role) before accepting (public)

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/invites/{token}

Path Parameters

token*string

Response Body

application/json

curl -X GET "https://example.com/invites/string"
{  "organizationName": "string",  "role": "OWNER",  "email": "user@example.com"}
Empty