Skip to main content
Version: v1

NabooPay API Docs (v1)

Welcome to the legacy NabooPay API (v1) documentation.

Versions

  • v2 (current): The latest NabooPay API for transactions, payouts, and accounts.
  • v1: Legacy API (this version).

Use the version dropdown in the top-right to switch between v2 and v1.

Base URLs

  • v1: /api/v1 (relative to your host)

Quick start

All endpoints require Bearer authentication using your API key:

curl -X GET "https://<YOUR_HOST>/api/v1/account/" \
-H "Authorization: Bearer <YOUR_API_KEY>"