Integrations API
The Integrations API acts as an integration point for external services and exposes selected Moogsoft Enterprise functionality to authorized external clients.
Contact Moogsoft Support if you experience difficulties or need further guidance.
Endpoints
See Integrations API Endpoint Reference for details of all the Integrations API endpoints.
API definition
All Integrations requests use the following URL format, where <server>
is the hostname of the machine running the Moogsoft Enterprise UI :
https://<server>/integrations/api/v1/<endpoint>
Examples:
https://example.com/integrations/api/v1/integrations
https://example.com/integrations/api/v1/integrations/{integrationId}
https://example.com/integrations/api/v1/integrations/{integrationId}/status
Authentication
In order to use the Integrations API, you must have the manage_integrations
and graze_login
permissions. The Grazer role has both of these permissions in Moogsoft Enterprise.
See Role Permissions for more information.
All requests require a basic authentication header.
To learn more, watch the Graze API Fundamentals training video at Moogsoft University. This training is on Moogsoft University. You will need access credentials to view it. Please contact your account manager to receive credentials.