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 Markdowncurl -X GET "https://example.com/v1/invitations/string"{ "org": { "name": "string", "slug": "string", "avatar_url": "string" }, "role": "string", "kind": "string", "inviter": "string"}