cURL
curl --request GET \ --url https://api.alerty.ai/organization/{id}/invitation \ --header 'Authorization: Bearer <token>'
[ { "email": "<string>", "userId": "<string>", "organizationId": "<string>", "id": "<string>", "role": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the organization id
successful retrived all organization member invitations
the invitation email
the user id inviter
the invation organization id
invitation id
the invitation role