Welcome to Zenbi API

Our API is a JSON-based, REST-like API.

Our WebApp uses the exact same API.

However, we're slowly opening the API, so not all endpoints are open here yet.
If there is any functionality you would like to access through our API, please contact us.

API is located on https://api.zenbi.dk.
All requests must use TLS.

To use the API on behalf of an organization, you must receive 2 keys.

All endpoints are documented to be able to return the 500 error code. We strive not to return this error code, so if you encounter this error code, it could mean that there is an error on our site. In this case, do not hesitate to contact us.

Explore APIs

API is located on https://api.zenbi.dk.
All requests must use TLS.

Request
POST /externalpartner/v1/external/auth
{
"apiKey": "16833741-33a0-437c-9c82-368bed96b7f6",
"organisationId": "562b5682-7861-49ac-ad60-074fe12ddac2"
}
Response: 200
{
"token": "eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9........"
}