Skip to main content
You’ll need an access token to use the Nuon API. Create a durable, org-scoped API token from the Nuon Dashboard or the Nuon CLI. Tokens are shown only once, so store them somewhere safe. To create a token from the Dashboard, go to Settings → API tokens → Create token. To create one via the Nuon CLI, first login
then create an API token for your current org
You can list and revoke tokens with nuon orgs api-tokens list and nuon orgs api-tokens delete --id <token-id>. Creating and managing API tokens requires org admin access.

Using the Swagger API Reference

You can call the Nuon API endpoints from the API Reference by visiting the Swagger API Reference

Using the API

You can call the Nuon API endpoints from the API Reference by adding Bearer <your-api-token> to the “Authorization” field in each endpoint card. Verify you’re API token with the current-user endpoint.