GET   private-locations

Retrieves a list of private locations for the current customer.

Request example

curl --request GET "https://api-asm1.apica.io/v3/private-locations?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  {
    "private_location_id": "ee84cbd4-a523-41c7-989b-fb6974ada5e7",
    "enabled": true,
    "geoloc": "sample string 3",
    "customer_guid": "cc6e394d-3098-44a2-9898-6995883656ef"
  },
  {
    "private_location_id": "0c8cd557-6ba8-4a53-b617-fef4095e8b69",
    "enabled": true,
    "geoloc": "sample string 3",
    "customer_guid": "6b6ad972-20dd-4e70-9696-7717b45adec6"
  },
  {
    "private_location_id": "f536c487-8d92-4394-ab2f-42cf5c9a88a7",
    "enabled": true,
    "geoloc": "sample string 3",
    "customer_guid": "0a0cc4dd-f88a-46ad-be46-67399a9cd2dc"
  }
]
NameType Description
PrivateLocationId Guid

Unique identifier for the private location.

Enabled Boolean

Indicates whether the private location is enabled.

Geoloc String

Geographical location of the private location.

CustomerGuid Guid

Customer identifier associated with the private location.