v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBSynthetics
Get a private location
Get a Synthetic private location.
get/api/v1/synthetics/private-locations/{location_id}
Path parameters
location_idstring required
The ID of the private location.
Response
OK
Example response
{
"description": "Description of private location",
"metadata": {
"restricted_roles": [
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
},
"name": "New private location",
"tags": [
"team:front"
]
}