Canada Holidays
Connector for the canada-holidays API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://canada-holidays.ca - Auth:
bearer(pass your key via theapiKeyinput)
Operations
root— GET /api/v1 — rootholidays— GET /api/v1/holidays — Get all holidaysholiday— GET /api/v1/holidays/{holidayId} — Get a holiday by idprovinces— GET /api/v1/provinces — Get all provincesprovince— GET /api/v1/provinces/{provinceId} — Get a province or territory by abbreviationspec— GET /api/v1/spec — Get JSON schema
Inputs
apiKey— your canada-holidays API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: root
apiKey: <your key>