Skip to main content
GET
/
api
/
positive-events
/
v1
/
list-positive-geo-events
ListPositiveGeoEvents
curl --request GET \
  --url https://api.example.com/api/positive-events/v1/list-positive-geo-events
{
  "events": [
    {
      "latitude": 123,
      "longitude": 123,
      "name": "<string>",
      "category": "<string>",
      "count": 123,
      "timestamp": 123
    }
  ]
}

Response

Successful response

events
object[]