Skip to main content
The Reap Direct API gives you programmatic access to Reap Direct: issue and manage cards, control spend and resolve team members from your own systems.

Base URL

All endpoints are served over HTTPS only and versioned by date in the URL — for example https://api.global.direct.reap.global/2026-07-13/cards.

Versioning

The API is versioned with dates (YYYY-MM-DD). Pin one version in your integration and every endpoint keeps its behavior on that date indefinitely while it is supported.
  • New dates are published only when breaking changes ship; additive changes (new optional fields, new endpoints) appear on all supported dates.
  • Each date remains supported for at least 12 months after its successor is published; deprecation and sunset dates are announced before retirement.
  • The version picker defaults to the latest supported release. Requests to an unknown version return 404 with an error message listing the supported versions.

Getting access

The Direct API is currently in early access. Contact your Reap account manager to enable access for your business. Once enabled, a team administrator can create API keys from the Reap dashboard.

Authentication

Learn how to authenticate requests with your API key.

API reference

Endpoint documentation is generated from our OpenAPI specification. The API Reference is pinned to the selected date version so examples and the interactive playground use the same contract as your integration.