SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. DATA

Spectranet Pin Lookup

Fetch Spectranet Pins

GET https://sagecloud.ng/api/v2/internet/data/spectranet/lookup

This endpoint allows you to get spectranet pins.

Headers

Name
Type
Description

Authentication

string

Check the Headers page.

{
    "success": true,
    "data": {
        "status": "success",
        "message": "Successful",
        "code": 200,
        "data": [
            {
                "amount": 500,
                "available": 793,
                "description": "₦500"
            },
            {
                "amount": 1000,
                "available": 803,
                "description": "₦1000"
            },
            {
                "amount": 2000,
                "available": 829,
                "description": "₦2000"
            },
            {
                "amount": 5000,
                "available": 834,
                "description": "₦5000"
            },
            {
                "amount": 7000,
                "available": 832,
                "description": "₦7000"
            },
            {
                "amount": 10000,
                "available": 832,
                "description": "₦10000"
            }
        ]
    }
}

PreviousPurchase DataNextSpectranet Pin Purchase

Last updated 4 years ago

Was this helpful?