Zenoti API
- URL
-
https://api.zenoti.com - Spec
- https://api.apis.guru/v2/specs/zenoti.com/1.0.0/openapi.json
- Spec (zenotiopenapi.docs.apiary.io)
- https://zenotiopenapi.docs.apiary.io/api-description-document
- Docs
- https://docs.zenoti.com/reference
Authorization: apikey <credential> In Zenoti at the organization level, open Create the backend app and generate a new API key or go to Configuration → Apps under Integrations. Add an app, choose its permissions and authentication method, copy the generated Application ID and Secrets, then click Generate API Key and copy the resulting API key. Zenoti recommends one API key per app/use case.
Authorization: bearer <credential> Create a backend app in Create the backend app and generate a new API key or via Configuration → Apps. Copy the generated app_id and app_secret. To mint an access token, call Generate an access token with your Zenoti account_name, an app user's user_name and password, grant_type=password, the app's app_id and app_secret, and a device_id. The response returns a bearer access_token plus a refresh_token that can be rotated with Refresh an access token.