Preloader

Buy Data

Purchase data using your Secret ID. This is the recommended and primary authentication method.

Endpoint: https://yoursimzone.com/api/data POST
Authorization
Authorization: Token YOUR_SECRET_ID

Request Example (cURL)

curl -X POST https://yoursimzone.com/api/data \
-H "Authorization: Token YOUR_SECRET_ID" \
-H "Content-Type: application/json" \
-d '{
  "network": 1,
  "mobile_number": "08031234567",
  "plan": 12,
  "Ported_number": true
}'

Parameter Required Description
network Yes Network ID. Use Get Network(s) endpoint to retrieve available networks.
mobile_number Yes Phone number to purchase data for
plan Yes Data plan ID. Use Get Data Plans endpoint to retrieve available plans.
Ported_number No true or false
  • Token = your Secret ID
  • Wallet balance is deducted only after successful delivery
  • Duplicate requests are prevented automatically
  • Only Nigerian phone numbers are supported