v2.0 API Live

Build Utility Integrations in Record Time

The most robust API for electricity vending and access control in Nigeria. Built for developers who value speed, reliability, and precision.

Everything You Need to Build

Comprehensive APIs for utility services, designed for Nigerian developers.

Electricity Vending

Purchase prepaid electricity tokens for any meter in Nigeria. Validate meters and track transactions.

Learn more

Access Codes

Generate and verify visitor access codes for gated communities. Secure, reliable, instant.

Learn more

Meter Management

Register and manage electricity meters. Import bulk meters and validate with providers.

Learn more

Webhooks

Receive real-time notifications when events happen. Vending completed, access code used, and more.

Learn more

Pay Only for What You Use

No hidden fees. No complex contracts. Transparent pricing for teams of all sizes.

Vending API

0.5%
per transaction
  • Meter validation (Free)
  • Real-time webhooks
  • Sandbox included

Access Control

₦5
per code generated
  • SMS/WhatsApp delivery
  • Verification: ₦5/check
  • Revocation (Free)

Enterprise

Custom
for high volume
  • Volume discounts
  • SLA guarantees
  • Dedicated support

Make Your First Call

Get started in seconds with a simple API request.

# Validate a meter
curl -X POST https://api.developers.venshack.io/v1/vending/validate \
  -H "Authorization: Bearer vsk_test_xxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"meterNumber": "1234567890123"}'
# Response
{
  "success": true,
  "data": {
    "meterNumber": "1234567890123",
    "customerName": "John Doe",
    "customerAddress": "123 Main Street, Lagos",
    "meterType": "PREPAID",
    "disco": "IKEDC"
  }
}