Retrieves an invite.
GET /organization/invites/{invite_id}
GET
/organization/invites/{invite_id}
Authorizations
Parameters
Path Parameters
invite_id
required
string
The ID of the invite to retrieve.
Responses
200
Invite retrieved successfully.
Represents an individual invite
to the organization.
object
object
required
The object type, which is always organization.invite
string
id
required
The identifier, which can be referenced in API endpoints
string
email
required
The email address of the individual to whom the invite was sent
string
role
required
owner
or reader
string
status
required
accepted
,expired
, or pending
string
invited_at
required
The Unix timestamp (in seconds) of when the invite was sent.
integer
expires_at
required
The Unix timestamp (in seconds) of when the invite expires.
integer
accepted_at
The Unix timestamp (in seconds) of when the invite was accepted.
integer