cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/invitations \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "org_id": "<string>", "email": "<string>", "role": "<string>", "accept_url": "<string>", "expires_at": "<string>", "created_at": "<string>", "accepted_at": "<string>" } ]
List pending invitations for an org. Requires admin or owner.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response