Overview

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

</aside>

image.png

image.png

Authentication

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>

Example Request

curl --location '<https://api.sensicloud.de/v1/company>' \\
--header 'x-api-key: xxxxxxxx'

Documentation

Here is the API Postman collection:

<aside> https://documenter.getpostman.com/view/40991633/2sB3BKETfC

</aside>

API Limits

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