This is our API. Our ambition is that all our data should be accessible through this API. We’re not fully there yet—but we’re moving fast.
# Example: include API key as header GET /api/v4/health HTTP/1.1 Host: api.honestbox.seHB-API-KEY:{your_api_key}# cURL curl -H "HB-API-KEY:{your_api_key}" \ https://api.honestbox.se/api/v4/health
Our public API enables programmatic access to HonestBox resources.
Coverage is expanding continuously; watch Swagger for new endpoints.
Ratelimit: 300 requests/minute.
To be able to use this you will need a license for the API in HonestBox and an API token. Contact us for more information.