Authentication
Integrations exchange a registered client ID and client secret for a short-lived bearer token. Credentials belong in server-side secret storage and must never be embedded in a public page or client bundle.
Public API
The Wizzo Public API is an authenticated integration surface. The public overview is crawlable; token issuance, credentials, account data, and the API playground remain on the product host.
Integrations exchange a registered client ID and client secret for a short-lived bearer token. Credentials belong in server-side secret storage and must never be embedded in a public page or client bundle.
Token request shape
POST https://app.gowizzo.io/api/public/oauth/token
Content-Type: application/x-www-form-urlencoded
grant_type=client_credentials&client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRETThe example uses placeholders only. Never paste a live credential into analytics, support messages, browser screenshots, or public source control.
Ready to move?
Create an account to explore the product. API access and scopes should be chosen for a concrete server-side workflow.
Privacy control
Wizzo uses essential cookies for login, security, and core app behavior. Optional analytics helps us find bugs and improve the product, and it only runs if you allow it.