Auth

Access and Authentication Guide

Getting Started with the Noota API

Begin interacting with the Noota API by ensuring proper authentication.


API Key Usage

API keys serve as credentials to access the Noota.io platform. These keys can be generated and managed directly through the Noota dashboard:
Generate and manage your API keys here

Key Details:

  • API keys are organization-specific.
  • Only the owner of the organization can generate API keys.
  • An API key grants access to all organization resources.

Token-Based Authentication

To authenticate, include your API key in the HTTP X-API-Key header using the following format:

"X-API-Key": {YOUR_API_KEY}

Replace {YOUR_API_KEY} with the specific key assigned to your account.

Important:

  • Requests without proper authentication will fail with a 401 Unauthorized error.
  • Ensure your API key is kept secure to prevent unauthorized access.