cURL
curl --request GET \ --url https://api.alerty.ai/organization/{id}/invitation \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "email": "<string>", "role": "<string>", "userId": "<string>", "organizationId": "<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
list of invitations