Use the Ticket API
Arctic Wolf tenants are distributed across multiple regions, called Arctic Wolf pods. To configure ITSM ticket integration using the Ticket API, you need to know the pod and organization ID of the tenant. Get this information using the Organizations API, and then invoke the Ticket API.
Complete this procedure if you want to retrieve tickets for your own organization or if you are a Managed Service Provider (MSP) or parent company that wants to retrieve tickets for a customer or subsidiary organization.
Create a personal API Key
Personal API keys allow you to integrate with your IT service management (ITSM) software by providing authentication and authorization in accessing Arctic Wolf APIs.
Invoke the Organizations API
Invoke this API is to determine which Arctic Wolf organization ID and pods are related to your organization, also known as the tenant.
https://eloc.global-prod.arcticwolf.net/api/v1/organizations
The Organizations API provides the mapping between tenants, their corresponding regions, and organization IDs.
Invoke the Ticket API
In the Ticket API, select which pods to integrate with based on your findings in the Organizations API.
https://ticket-api.managedgw.<pod>-prod.arcticwolf.net/api/v1/organizations/<organizationId>/tickets
- pod is the region where the tenant data resides.
- organizationID is the organization ID of the tenant.
The Ticket API uses the limit and offset parameters to paginate results. These parameters are comparable to the limit and offset clauses in SQL: limit specifies how many rows to return, while offset specifies how many rows to skip before starting. Together, they determine how many items appear on each page and which page of results is returned.