Invitations

Get invitation details

Look up an invitation by ID. Always 200 -- an unusable invitation is reported with valid: false and a reason rather than an error status.

get/invitation/{id}

Path parameters

idstring required

Response

Invitation details

validboolean required

True only when the invitation can still be accepted.

errorstring

Why the invitation is unusable, when valid is false.

Changes