Find your API URL
To find your API URL, simply log in to Ziik via the browser, copy the URL and append /api. Should look something like this: https://your-identifier.ziik.io/apiGet an accesstoken
To get an accesstoken, call the authenticate endpoint with your username and password:Set Authorization header
The API expects the accesstoken to be included in all following API requests:Authorization: Bearer aaaaaaaaaa.bbbbbbbbbbb.cccccccccccc