V2.0

Click Airtime API Documentation

Build powerful airtime integrations with our REST API. Send airtime top-ups to 600+ networks in 140+ countries with enterprise-grade reliability.

https://api.clickairtime.com

Zero to First Top-up in 3 Steps

Get started quickly with our straightforward API flow

1
Authenticate

Authenticate

Generate an API key from the Enterprise Portal. Include it as a Bearer token in all API requests.

Authorization: Bearer ce_live_xxx
2
Get Catalog

Get Catalog

Look up available products, exchange rates, and bundles for any phone number.

GET /v2/catalog/lookup
3
Send Airtime

Send Airtime

Create a topup transaction. Funds are deducted from your pre-funded wallet.

POST /v2/topups

Code Examples in Your Language

>cURL
JSJavaScript
PYPython
PHPPHP
JVJava