Authentication

All API endpoints are authenticated using API keys that must be provided by using the Authorization header.

You can get your API key from the Nivo dashboard inside account settings.

"headers": {
  "Authorization": "<your-api-key>"
}