<aside> If user's role is "Company Manager", user can see the API Key.
</aside>


All API requests require authentication using an API Key sent in the request header.
<aside> Authentication Header
It needs to use the API Key as x-api-key header.
</aside>
curl --location '<https://api.sensicloud.de/v1/company>' \\
--header 'x-api-key: xxxxxxxx'
Here is the API Postman collection:
<aside> https://documenter.getpostman.com/view/40991633/2sB3BKETfC
</aside>
| Property | Value | Description |
|---|---|---|
| Quota Limit | 50000 requests per month | Maximum number of requests allowed per month |
| Rate Limit | 50 | Maximum requests per second |
| Burst Limit | 50 | Maximum concurrent requests allowed |