Obtaining the organization ID and POD
In the context of this API, the organization ID is an identifier that is used to uniquely represent the organization.
A POD is a Point of Presence — a regional entity to which the organization ID is attached.
Once you have created a PAK, use the Organizations API to retrieve your organization ID and the POD.
In the Organization List API response, the organization ID is the entry under the customerID field.
Example
BASH
curl -X GET https://eloc.managedgw.global-prod.arcticwolf.net/api/v1/organizations -H "Authorization: Bearer $PAK"
JSON
[
{
"id": "16a185b1-42b4-48aa-aa9b-684f8e24efd8",
"customerID": "customerid",
"name": "Customer Name",
"pod": "us001"
}
]