Holidays API: Query Builder
You are not logged in. Log in to auto-fill your access key and secret key, or Sign up for a free trial
All on one page
1. Authentication
Parameter
Description
Value
Authentication Method
(Required)
The access key for the request sender. This parameter identifies the account that will be charged for the request. Access keys can be created in the API control panel. Additionally, the API control panel allows to set certain preferences and restrictions per access key.
*
Example: NYczonwTxv
The secret key associated with the access key.
Example: x4whvXnG7cCOBiNBoi1r
(Required)
The date and time at which the signature for this request will expire. After this time, the request will be declined. This time stamp cannot be more than 24 hours ahead from the time the request is submitted.
Default: 2 hours from now
*
Example: 2025-03-26T20:34:26Z
(Required)
The signature for the request. The signature is created by applying the HMAC-SHA1 (RFC 2104) function to a concatenation of the access key, the called service name and the signature timestamp or expiry timestamp. The resulting data has to be encoded with the Base64 method.
*
Example:
4KvntdTApUC2MO6FJQqwYeVxQX0=