Documentation

ProStack NG API reference

Getting Started

ProStack NG gives you a single API for SMS, email, payments, identity verification, VTU, and reporting. One key. Billed in Naira.

Base URL

https://api.prostackng.com.ng

Quickstart — make your first API call

# 1. Get your test API key from the dashboard
# 2. Make a test call — check the API is working

curl -X GET https://api.prostackng.com.ng/health \
  -H "X-API-Key: psk_test_YOUR_KEY"

# Response:
# { "status": "ok", "environment": "test" }

Environments

psk_test_...

Sandbox — free, no real charges, safe for development and testing

psk_live_...

Production — real API calls, deducted from wallet. Requires verified account.