Skip to main content
Version: v1

Get Geo Settings

Returns the current geo settings.

Responses
200

A successful response.


{
"recordGeoMode": "GEO_ALLOW_LIST",
"recordGeoZones": [
"CA",
"US"
],
"metadata": {
"lastUpdated": "2020-10-01T23:53:06.038Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:06.038Z",
"createdBy": "bob@example.com"
}
}
Loading...