Skip to main content
REST API with JSON request and response bodies.

Base URL

https://api.rnbi.magent.finance

Required Headers

Every request must include:
HeaderDescription
AuthorizationYour API key as a Bearer token: Bearer YOUR_API_KEY
Reap-VersionAPI version in YYYY-MM-DD format. Current version: 2025-02-14
Content-Typeapplication/json for requests with a body

Example Request

curl https://api.rnbi.magent.finance/users \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Reap-Version: 2025-02-14"