Resources
API
Get started using the Nuon API endpoints.
You’ll need an access token to use the Nuon API. You can get an access token by logging in via the Nuon Dashboard or the Nuon CLI.
To get your access token via the Nuon CLI, first login
then view the API token
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.