Logo
Admin API API Documentation

Get Calendars

GET {{URL_ORIGIN}}/api/calendars

This API allows to get a list of all calendars with their details.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[ { "id": "59684565", "tradingDays": [ "Sunday", "Monday", "Tuesday", "Thursday", "Wednesday", "Friday", "Saturday" ], "name": "24/7", "timeZone": "+03:00", "holidays": [] }, { "id": "1114611201", "tradingDays": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "name": "Name", "timeZone": "+00:00", "marketOpen": "08:00", "marketClose": "16:30", "holidays": [ { "date": "2022-01-01", "closeTime": "13:00", "name": "New Yaer" } ] } ]



Curl
curl -X GET 'URL_ORIGIN/api/calendars'

ENDPOINTS