🔐 To Get Started
Make a simple API request using your sandbox API key:
Required header:
x-reap-api-key: YOUR_API_KEY📦 Example: List Features (Sandbox)
curl --request GET \
--url https://sandbox-compliance.api.reap.global/features \
--header 'x-reap-api-key: YOUR_API_KEY' \
--header 'Accept-Version: v1.0' \
--header 'accept: application/json'You should receive a list of all features available to your sandbox account.
Note: Always use the base URLhttps://sandbox-compliance.api.reap.globalfor all test API calls in this environment. This ensures you're not interacting with live production data.
✅ No IP Whitelisting Required
You can access the sandbox environment from any IP address — no allowlisting is needed.
