Logo
Africa's Talking APIs API Documentation

Premium SMS

Number of APIs: 5


Monetize your content and generate revenue by providing entertainment messages to your users either on demand or on subscription.


1. Premium Subscription - Request checkout token

POST {{BASE_URL}}/checkout/token/create



2. Premium Subscription - Create Subscription

POST {{BASE_URL}}/version1/subscription/create



3. Premium Subscription - Fetch Subscriptions

GET {{BASE_URL}}/version1/subscription?username={{USERNAME}}&shortCode=12112&keyword=Awesome



4. Premium Subscription - Delete Subscription

POST {{BASE_URL}}/version1/subscription/delete



5. Send Premium SMS

POST {{BASE_URL}}/version1/messaging



ENDPOINTS