Company User

Get invitation info by hash (public, no auth)

Returns company name, logo, inviter email, team name and expiry status. No auth required.

get/api/v1/company-user/invitations/info/{hash}

Path parameters

hashstring required

Response

Successful Response

companyNamestring required
companyLogoUrlstring nullable
inviterEmailstring required
teamNamestring nullable
expiresAtstring date-time required
isExpiredboolean required
isRedeemedboolean required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.