API Documentation

GET/api/1/macro/calendar/properties

Macro Calendar properties API

Get the the available options to filter the calendar API.

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/macro/calendar/properties' \
  -H 'Accept: application/json'
200 Response
[
  {
  "min": 1722498600000,
  "max": 1728974700000,
  "country_code": "fr"
}
]