API Sandbox - Developers

Home / API Sandbox - Developers

API Sandbox

Enter your API key once, then test every endpoint below. Each action has pre-built fields and multi-language code examples (cURL, PHP, Python, JavaScript).

Test keys (rk_test_*) simulate purchase responses. Live keys execute real requests. All requests POST to https://developers.rukkyhub.com/api/v1.
API Key
SMM
POST action=services List all active services with rates
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=services"
No parameters required.
Waiting

                        
POST action=balance Check account balance
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=balance"
No parameters required.
Waiting

                        
POST action=add Place a new order
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=add" \
  -d "service=VALUE" \
  -d "link=VALUE" \
  -d "quantity=VALUE"
Waiting

                        
POST action=add_bulk Submit multiple orders at once
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=add_bulk" \
  -d "orders=VALUE"
Waiting

                        
POST action=status Check order status
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=status" \
  -d "order=VALUE"
Waiting

                        
VTU - Data
POST action=vtu_data_plans List data plans for a network
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_data_plans" \
  -d "service_id=VALUE"
Waiting

                        
POST action=vtu_data Buy data plan
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_data" \
  -d "plan_id=VALUE" \
  -d "phone=VALUE"
Waiting

                        
POST action=vtu_sme_plans List SME data plans
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_sme_plans" \
  -d "network=VALUE"
Waiting

                        
POST action=vtu_sme Buy SME data
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_sme" \
  -d "plan_id=VALUE" \
  -d "phone=VALUE"
Waiting

                        
VTU - Airtime
POST action=vtu_airtime Buy airtime
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_airtime" \
  -d "service_name=VALUE" \
  -d "phone=VALUE" \
  -d "amount=VALUE"
Waiting

                        
VTU - Cable TV
POST action=vtu_cable_plans List cable plans
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_cable_plans" \
  -d "service_id=VALUE"
Waiting

                        
POST action=vtu_cable_verify Verify smartcard
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_cable_verify" \
  -d "service_id=VALUE" \
  -d "customer_id=VALUE"
Waiting

                        
POST action=vtu_cable Subscribe to cable
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_cable" \
  -d "plan_id=VALUE" \
  -d "customer_id=VALUE" \
  -d "phone=VALUE"
Waiting

                        
VTU - Electricity
POST action=vtu_electric_discos List all discos
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_electric_discos"
No parameters required.
Waiting

                        
POST action=vtu_electricity_verify Verify meter number
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_electricity_verify" \
  -d "service_name=VALUE" \
  -d "meter_type=VALUE" \
  -d "meter_number=VALUE"
Waiting

                        
POST action=vtu_electricity Buy electricity
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_electricity" \
  -d "service_name=VALUE" \
  -d "meter_type=VALUE" \
  -d "meter_number=VALUE" \
  -d "phone=VALUE" \
  -d "amount=VALUE"
Waiting

                        
VTU - Other
POST action=vtu_education Purchase WAEC / educational pins
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_education" \
  -d "phone=VALUE" \
  -d "amount=VALUE"
Waiting

                        
POST action=vtu_recharge_card Print recharge card pins
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_recharge_card" \
  -d "card_network=VALUE" \
  -d "value=VALUE" \
  -d "quantity=VALUE"
Waiting

                        
POST action=vtu_status Check VTU transaction status
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=vtu_status" \
  -d "trx=VALUE"
Waiting

                        
Gift Cards
POST action=giftcard_cards List all gift card types
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=giftcard_cards"
No parameters required.
Waiting

                        
POST action=giftcard_trade Submit a gift card for trade
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=giftcard_trade" \
  -d "giftcard_type_id=VALUE" \
  -d "amount=VALUE" \
  -d "type=VALUE"
Waiting

                        
POST action=giftcard_trades View trade history
cURL
PHP
Python
JavaScript
curl -X POST https://developers.rukkyhub.com/api/v1 \ \
  -H "X-API-KEY: YOUR_KEY" \ \
  -d "action=giftcard_trades" \
  -d "per_page=VALUE"
Waiting

                        

Supported Service Interfaces

Secure payment gateways, automation providers, and infrastructure.

Rukkyhub processes personal data only to provide services, ensure security, and meet legal requirements. We do not sell user data. By using this site, you consent to our data processing in accordance with GDPR. learn more

Allow