Authentication

The Nuclino API uses API keys to authenticate requests. You can view and manage your API keys in your user account settings. Each API key has the same access rights as the user account that the API key belongs to.

Authentication to the API is performed via the Authorization header. All API requests must be made over HTTPS. Calls made over plain HTTP or without authentication will fail.

Example for an authenticated request:

curl https://api.nuclino.com/v0/teams \
-H "Authorization: YOUR_API_KEY"