GET private-locations/get/{location_id}
Retrieves private location detail for the current customer with specific locationId.
URL Parameters
| Name | Description |
|---|---|
| location_id | The ID of the location. |
Remarks
Use GET private locations route to get the list of private locations and values applicable for location_id.Request example
curl --request GET "https://api-asm1.apica.io/v3/private-locations/get/{location_id}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{
"private_location_id": "29a84bb4-a574-46a7-83c9-da474f551694",
"enabled": true,
"geoloc": "sample string 3",
"customer_guid": "5f4ddeda-4efc-45f4-9667-97df2b3fd8c4"
}