### API Authentication and Configuration Source: https://developers.nimbata.com Details on how to configure the base server URL and authenticate requests using API tokens. ```APIDOC ## Server Configuration ### Description All API requests must be directed to the base URL provided below. Authentication is handled via an API token that should be included in your request headers. ### Base URL https://api.nimbata.com/v1 ### Authentication - **Header**: `Authorization: Bearer ` - **Setup**: Click "Add Token" in the documentation interface to persist your API key for testing requests. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.