Synthetic locations API v2 - GET public locations status
Shows the status of public synthetic locations.
The request produces an application/json
payload.
Early Adopter
This request is an Early Adopter release and may be changed in non-compatible way.
GET |
|
Authentication
To execute this request, you need the Read synthetic locations (syntheticLocations.read
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
The request doesn't provide any configurable parameters.
Response
Response codes
Code | Description |
---|---|
200 | Success. The response contains the public locations status. |
Response body
The SyntheticPublicLocationsStatus object
The status of public synthetic locations.
Element | Type | Description |
---|---|---|
publicLocationsEnabled | boolean | Synthetic monitors can ( |
{
"publicLocationsEnabled": true
}