Skip to main content
GET
Preview a team invite

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

code
string
required

The code.

Response

Public invite preview: the invite (email, role, status, expiry, permissions, email preferences) and a redacted company view.

data
object
required

Public invite preview payload. Source: getTeamInvitePreview use-case (lib/api/team/team-invite.usecase.ts).