Vend Services

Get Balance

GET https://api.awakeinterlink.ng/api/v1/vend/balance

This endpoint allows you to get your available balance.

Headers

Name
Type
Description

awake-access-apikey

string

Your API key goes here

{
    "status": "success",
    "message": "Request was successfully processed",
    "data": {
        "balance": "50.50"
    }
}

Get available data plans

GET https://api.awakeinterlink.ng/api/v1/vend/data-plans/:network

This endpoint allows you to get all data plans available on a network

Path Parameters

Name
Type
Description

airtel

string

for AIRTEL

glo

string

for GLO

mtn

string

for MTN

9mobile

string

for 9MOBILE

Headers

Name
Type
Description

awake-access-apikey

string

Your API key goes here

Vend Airtime

POST https://api.awakeinterlink.ng/api/v1/vend/airtime/:network

Endpoint for airtime recharge

Path Parameters

Name
Type
Description

9mobile

string

for 9MOBILE

airtel

string

for AIRTEL

glo

string

for GLO

mtn

string

for MTN

Headers

Name
Type
Description

awake-access-apikey

string

Your API key goes here

Request Body

Name
Type
Description

ref_number

string

A unique reference number for each transaction

phone_number

string

Phone number to be recharged

amount

string

Amount in Naira

Vend Data

POST https://api.awakeinterlink.ng/api/v1/vend/data/:network

Endpoint for data recharge

Path Parameters

Name
Type
Description

airtel

string

for AIRTEL

glo

string

for GLO

9mobile

string

for 9mobile

mtn

string

for MTN

Headers

Name
Type
Description

awake-access-apikey

string

Your API key goes here

Request Body

Name
Type
Description

tariff_type_id

string

The id of the tariff

ref_number

string

A unique reference number for each transaction

phone_number

string

Phone number to receive data

amount

string

Amount in Naira

Verify Transaction

GET https://api.awakeinterlink.ng/api/v1/vend/status?reference=transaction_ref_number

Query Parameters

Name
Type
Description

reference

string

The ref_number of the transaction whose status you want to check

Headers

Name
Type
Description

access-awake-apikey

string

Your API key goes here

Last updated

Was this helpful?