HonestBox API v4.1

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.se
HB-API-KEY: {your_api_key}

# cURL
curl -H "HB-API-KEY: {your_api_key}" \
     https://api.honestbox.se/api/v4/health
            

Information

Our public API enables programmatic access to HonestBox resources. Coverage is expanding continuously; watch Swagger for new endpoints.

Ratelimit: 300 requests/minute.

Documentation

Interactive OpenAPI docs for v4.1.

Open Swagger

Get access

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.

  • Request API license for your account
  • Create and manage API keys in your profile