All API requests require authentication using an API key.
API Key
Include your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
API keys are project-scoped. Each key grants access to resources within a single project.
API Versioning
Include the Reap-Version header in every request to specify which API version to use:
The version uses a date-based format (YYYY-MM-DD). Requests without this header will be rejected.
Example
curl https://sandbox.api.reap.global/v1/users \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Reap-Version: 2025-02-14"
Environments
| Environment | Base URL |
|---|
| Sandbox | https://sandbox.api.reap.global/v1 |
Contact the Reap team to obtain API keys for your project.