Public
Documentation Settings

Lintolpay API Documentation

lintolpay API Doc Get your Token here https://www.lintolpay.com/documentation/

AUTHORIZATIONBearer Token
Token

<token>

GETCheck user Detail, Produc code(plans and networks ) and Notification

https://www.lintolpay.com/api/user/

Make a get request to this endpoint to get user details, plan id

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

HEADERS
Authorization

Token 8f00fa816b1e3b485baca8f44ae5d361ef803311

Content-Type

application/json

Example Request
curl
curl --location 'https://www.lintolpay.com/api/user/' \
--header 'Authorization: Token  8f00fa816b1e3b485baca8f44ae5d361ef803311' \
--header 'Content-Type: application/json' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTBuy Data

https://www.lintolpay.com/api/data/

Buy Data Endpoint

make a post request to this endpoint with your authorization header and body

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

HEADERS
Authorization

Token 8f00fa816b1e3b485baca8f44ae5d361ef803311

Content-Type

application/json

Bodyraw (json)
json
{"network": network_id,
"mobile_number": "09037346247",
"plan": plan_id}
Example Request
curl
curl --location 'https://www.lintolpay.com/api/data/' \
--header 'Authorization: Token 8f00fa816b1e3b485baca8f44ae5d361ef803311' \
--header 'Content-Type: application/json' \
--data '{"network": network_id,
"mobile_number": "09037346247",
"plan": plan_id}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETGet All Data Transactions

https://www.lintolpay.com/api/data/

make a get request to this endpoint to get all data transactions

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Example Request
curl
curl --location 'https://www.lintolpay.com/api/data/' \
--data ''
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers