Returns the current geo settings.
Method: GET
GET
URI: /settings/recording/v1/geo
/settings/recording/v1/geo
Request Headers
Authorization: Basic {YOUR_API_KEY}
Status Codes
200: A successful response.
200
GET https://api.fullstory.com/settings/recording/v1/geo
curl -X GET \ https://api.fullstory.com/settings/recording/v1/geo \ -H 'content-type: application/json' \ -H 'Authorization: Basic {YOUR_API_KEY}'
{ "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" } }