API Documentation

Authentication

Send your platform API key in every request:

Authorization: Bearer sk_live_xxxxx

Profile / Balance

GET /api/v1/profile

Products

GET /api/v1/products

Buy

POST /api/v1/buy
Content-Type: application/json

{"product_id": 1, "quantity": 1, "expiry": 0, "prefix": ""}

Read SMS

GET /api/v1/sms?number_id=123

Prices returned by this API are the platform sale prices configured by the administrator.