Application APIs
Overview
Yunibas provides a REST API for third-party applications to read or write data inside your tenant. For example, you can grant access to Postman for local queries.
To grant API access you will first need to create an Application under Settings → API. The Application will represent the third-party application. Once the Application is created, you will see values for Tenant ID, Application ID, and API Key. These three values are used to authenticate and authorize calls.
Authorization
Header | Description |
---|---|
X-Tenant-ID | Your organization’s tenant identifier |
X-API-Key | The application’s API key is found on the application’s card |
X-Application-ID | The application’s identifier is found on the application’s card |
Endpoints
Base URL: https://api.yunibas.com