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.
Example response
{
"id": 3252,
"email": "john.smith@example.org",
"date": "2019-08-22T14:15:22Z"
}