Authentication
Generate tokens and configure OAuth credentials for API access.
📄️ Generate Application Token
Generate an application access token using client credentials. This endpoint is intentionally unauthenticated - authentication is performed via client_id and client_secret in the request body. Returns a self-signed JWT token that can be used for all API calls.
📄️ Create Scoped Token
**Requires an Access Token as the bearer token.**
📄️ Create Widget Token
**Requires an Access Token as the bearer token.**