latestOpenAPI 3.0.3GitGuardian2026-08-201871515.0 MB

511b067cdcb1

Invitations

Retrieve an invitation

Retrieve an existing invitation.

If you are using a personal access token, you need to have an access level superior or equal to member.

get/v1/invitations/{invitation_id}

Path parameters

invitation_idinteger required

The id of the invitation to retrieve

Response

Invitation details.

idinteger
emailstring email
role'manager' | 'member' | 'restricted'
access_level'manager' | 'member' | 'restricted'
datestring date-time

Creation date of the invitation

Example response

{
  "id": 3252,
  "email": "john.smith@example.org",
  "date": "2019-08-22T14:15:22Z"
}