cURL
curl --request GET \ --url http://sandbox.mintlify.com/organizations/{id}/invites \ --header 'Authorization: Bearer <token>'
Lists all pending invitations for the organization. User must be a member to view.
curl -X GET http://localhost:3001/api/organizations/550e8400-e29b-41d4-a716-446655440000/invites \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invitations list retrieved successfully with invitee details.