curl --request GET \
--url https://api.example.com/api/v1/invitations/autojoin/by-domain/{domain} \
--header 'x-api-key: <api-key>'{}Retrieves all autojoin invitations configured for a specific domain.
curl --request GET \
--url https://api.example.com/api/v1/invitations/autojoin/by-domain/{domain} \
--header 'x-api-key: <api-key>'{}