Skip to content

API overview

Base URL: https://api.beanhub.io

Auth: header access-token with a token from Access tokens. Git is not on the API host. Git is https://app.beanhub.io/repos/....

Terminal window
curl https://api.beanhub.io/v1/repos/USERNAME/REPO/entries \
-H "access-token: YOUR_TOKEN"

Interactive Swagger UI: https://api.beanhub.io/docs. Human-readable Redoc: https://api.beanhub.io/redoc.

This docs site does not duplicate that OpenAPI catalog. Use Redoc for paths, bodies, and status codes.

  • Read entries for a custom report
  • Submit a custom form
  • Trigger Connect sync / dump (paid)
  • List inbox emails and dump them

The 2023 announcement is still a readable intro: API access. Endpoints have grown since then. Trust Redoc over the blog if they disagree.