Skip to main content

Welcome to Roja

Roja connects borrowers with lenders through tickets — structured, transparent loan requests and offers — backed by KYC verification, direct-debit repayment mandates and Roja-backed insurance. Everything the Roja mobile and web apps do runs on the same REST API documented here.

Get started

Explore the platform

How the API is organized

  • Base URLhttps://api.getroja.com, with all routes versioned under /v1.
  • Format — JSON in, JSON out. Send Content-Type: application/json on every request with a body.
  • Auth — short-lived JWT bearer tokens. See Authentication.
  • Safety — write endpoints that move money require an idempotency key, so retries never double-apply.

Need help? Reach us at letstalk@getroja.com.