Logo
Africa's Talking APIs API Documentation

Send Mobile Data

POST {{BASE_URL}}/mobile/data/request

Send mobile data to a single number or multiple numbers.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Idempotency-Key
number




RESPONSES

status





Curl
curl -X POST 'https://bundles.sandbox.africastalking.com/mobile/data/request' -H 'Idempotency-Key: 12345' -d '{"username":"my_app_username","productName":"Mobile Data","recipients":[{"phoneNumber":"+254712345678","quantity":1,"unit":"GB","validity":"Week","isPromoBundle":false,"metadata":{"isTesting":"false","first_name":"My","last_name":"Name"}}]}'

ENDPOINTS