In addition to the app, the ANABOX smart also offers an API with which developers can integrate individual applications or existing systems.
To use the API, you must:
error
.You can generate API keys in your user settings.
You can find the documentation here.
You can generate a custom API token in the paperlesspaper app or through your administrator.
To authenticate, add the API token to the Authorization
header as a Bearer token:
Authorization: Bearer <Your-Token>
401 Unauthorized
: Token is missing, invalid, or expired.403 Forbidden
: Authenticated but not authorized for the endpoint.Access restrictions apply per API key and time unit.
The limit is 300 requests per minute.
Additionally, further usage limits may apply depending on the plan.
If exceeded, you will receive the HTTP status 429 Too Many Requests.
An HTTP 503 error indicates an unexpected peak load in API access.
The server is usually available again within five minutes.
If the issue persists or for other HTTP 5XX errors, please contact support.