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.comZero to First Top-up in 3 Steps
Get started quickly with our straightforward API flow
1
Authenticate
Generate an API key from the Enterprise Portal. Include it as a Bearer token in all API requests.
Authorization: Bearer ce_live_xxx2
Get Catalog
Look up available products, exchange rates, and bundles for any phone number.
GET /v2/catalog/lookup3
Send Airtime
Create a topup transaction. Funds are deducted from your pre-funded wallet.
POST /v2/topupsVersion 2 API
V2Modern REST API with API key authentication, standardized responses, product catalog, topup management, and wallet balance queries.
API KeysCatalogTopupsBalanceWebhooksError Codes
Explore V2 DocsVersion 1 API
V1Simple header-based authentication API for existing B2B integrations. New projects should use the Version 2 API.
Top-upBalancesTransactions
View V1 DocsCode Examples in Your Language
>cURL
JSJavaScript
PYPython
PHPPHP
JVJava
