Authorization header.
Generating a Token
Create an API token from your Zeeg dashboard: Account Settings > API When creating a token, you select the specific scopes it should have access to. Follow the principle of least privilege — only grant the scopes your integration actually needs.Making Authenticated Requests
Include your token in theAuthorization header of every request. We also recommend setting Accept: application/json.
401 Unauthorized response.
Token Scopes
Each token is scoped to specific permissions. The table below lists all available scopes and the endpoints they unlock.The
timetable and booking scopes require a paid Zeeg subscription. If your plan does not include API access to availability slots or programmatic booking, requests using these scopes will be rejected.