To use the endpoints, certain information must be provided in the header of a request.
API Token
First, a token for authentication must be obtained from the Admin Center. You can find the relevant help article here: Generate API Token.
The API token must be entered in the header as follows:
Code example:
"headers": {
"Authorization": "Basic YOURTOKEN",
}
Timezone (optional)
If you want to define the timezone for date queries, set Timezone
in the header and assign a value, e.g., Europe/Berlin. If not set, Europe/Berlin will be used by default.
Code example:
"headers": {
"Timezone": "Europe/Berlin"
}
Comments
0 comments
Please sign in to leave a comment.