Public
Documentation Settings

ACETELECOM DOCUMENTATION

ACETELECOM DOCUMENTATION enables users to purchase Airtime, Internet Data, Cable TV Subscription, Pay Electricity Bills, and Buy Examination Pin.

Your API Key should be kept secured. It can be obtained from your profile. If you need to change your API Key, Please Contact Admin.

GETCheck User Details

https://acetelecom.com.ng/api/user/
AUTHORIZATIONAPI Key
Key

Authorization

HEADERS
Authorization

Token123456

Content-Type

application/json

POSTBuy Airtime

https://acetelecom.com.ng/api/airtime/
AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

HEADERS
Authorization

Token123456

Content-Type

application/json

Bodyraw
{"network":network_id,
"mobile_number": "09095263835",
"plan": plan_id,
"Ported_number":true
}

POSTBuy Data

https://acetelecom.com.ng/api/data/
AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

HEADERS
Authorization

Token123456

Content-Type

application/json

Bodyraw
{
    "network":"1",
    "phone":"07032529431",
    "ref":"4545567k4h5300",
    "data_plan":"1",
    "ported_number":false
}

POSTBuy Cable Tv Plan

https://acetelecom.com.ng/api/cabletv/
AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

HEADERS
Authorization

Token123456

Content-Type

application/vnd.api+json

Bodyraw
{
    "provider":"1", 
    "iucnumber":"73737267672",
    "plan":"3",
    "ref":"4545567k4h5300",
    "subtype":"renew/change",
    "phone":"07032529431"
}
Loading