EaserixDocs
DevelopersAPI referenceAuth & accountsInvitations

Preview an invitation (public)

Unauthenticated — renders the accept page before sign-in. Reduced org shape (name, slug, avatar_url only). 410 for exhausted/revoked invites or a deleted org.

View as Markdown
GET
/v1/invitations/{token}

Path Parameters

token*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/invitations/string"
{  "org": {    "name": "string",    "slug": "string",    "avatar_url": "string"  },  "role": "string",  "kind": "string",  "inviter": "string"}