hotglue REST API
- URL
-
https://api.hotglue.com - Docs
- https://docs.hotglue.com/api-reference/overview
x-api-key: <credential> Open the hotglue dashboard. For backend/API use, go to environment settings and copy either the environment API key or a personal API key as described in the Authentication docs. For CLI use, get your Personal API Key from Account > Login & Security > Personal API Key. For widget/client-side use, copy the Public API Key from environment settings. Send keys as the x-api-key header for HTTP API calls; the widget/SDK takes the public key as apiKey.
x-api-key: <credential> + Tenant-scoped widget JWT signed with your hotglue private signing key ?token=<credential> discovered In the hotglue dashboard, go to environment settings and generate a private signing key under API Keys as described in the Authentication docs. Store that private key in your backend; hotglue does not keep a copy. Generate an RS256 JWT with the tenant ID in sub, plus iat and exp, then pass that JWT to the widget as jwtToken or to sensitive tenant API requests as the token query parameter when using a public API key.