Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the invite to retrieve.
Response
200 - application/json
Invite retrieved successfully.
Represents an individual invite
to the organization.
The object type, which is always organization.invite
Available options:
organization.invite
The identifier, which can be referenced in API endpoints
The email address of the individual to whom the invite was sent
owner
or reader
Available options:
owner
, reader
accepted
,expired
, or pending
Available options:
accepted
, expired
, pending
The Unix timestamp (in seconds) of when the invite was sent.
The Unix timestamp (in seconds) of when the invite expires.
The Unix timestamp (in seconds) of when the invite was accepted.
The projects that were granted membership upon acceptance of the invite.