Spectranet Pin Purchase

Purchase Spectranet Pin

POST https://sagecloud.ng/api/v2/internet/data/spectranet

This endpoint allows you to get purchase spectranet pin

Headers

NameTypeDescription

Authorization

string

Check the Headers page

Request Body

NameTypeDescription

amount

string

The price of the pin to be purchased

{    
    "success": true,
    "message": "Spectranet pin purchase successful",
    "pins": [
        {
            "serialNumber": "52444370",
            "pin": "89635123",
            "expiresOn": "2040-10-12",
            "value": 1000
        }
    ]

Last updated