v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Invites

Retrieves an invite.

get/organization/invites/{invite_id}

Path parameters

invite_idstring required

The ID of the invite to retrieve.

Response

Invite retrieved successfully.

object'organization.invite' required

The object type, which is always organization.invite

idstring required

The identifier, which can be referenced in API endpoints

emailstring required

The email address of the individual to whom the invite was sent

role'owner' | 'reader' required

owner or reader

status'accepted' | 'expired' | 'pending' required

accepted,expired, or pending

created_atinteger required

The Unix timestamp (in seconds) of when the invite was sent.

expires_atinteger nullable

The Unix timestamp (in seconds) of when the invite expires.

accepted_atinteger nullable

The Unix timestamp (in seconds) of when the invite was accepted.