API reference

REST endpoints for the Bequest platform. Same conventions across every resource — auth, pagination, errors, idempotency. Plus webhooks for everything they emit.

Base URL

https://api.bequest.org

Versioning

The current version is v1. All endpoints live under /v1/<resource>. Breaking changes ship under a new version prefix; v1 stays compatible.

Resources

Six top-level resources cover the platform:

Where to start

  1. Authentication — how to get and send your key.
  2. Conventions — idempotency, pagination, errors, timestamps.
  3. Gifts — the smallest, fastest endpoint to try.