Logo
Admin API API Documentation

Get Calendars

GET {{URL_ORIGIN}}/api/v2/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": [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ], "name": "24/7", "timeZone": "+03:00", "holidays": [] }, { "id": "1114611201", "tradingDays": [ "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY" ], "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/v2/calendars'

ENDPOINTS