Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zendit Mobile Top-Up API

Mobile credit top-ups, bundles, and data plans

Zendit Mobile Top-Up API is one of 8 APIs that Zendit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Mobile Top-Up. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, a JSON-LD context, and 2 JSON Schemas.

This API exposes 5 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api.zendit.io/v1.

5 operations 4 paths 7 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.zendit.io/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Zendit Mobile Top-Up API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (BearerAuth).

  • BearerAuth — Bearer token authentication using your Zendit API key.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Mobile Top-Up 5

Mobile credit top-ups, bundles, and data plans

GET
/topups/offers
Zendit List Topup Offers
listTopupOffers 5 params → 200
GET
/topups/offers/{offerId}
Zendit Get Topup Offer
getTopupOffer 1 param → 200
GET
/topups/purchases
Zendit List Topup Purchases
listTopupPurchases 3 params → 200
POST
/topups/purchases
Zendit Create Topup Purchase
createTopupPurchase body → 201400
GET
/topups/purchases/{transactionId}
Zendit Get Topup Purchase
getTopupPurchase 1 param → 200

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Offer (9 properties), Purchase (8 properties), OfferList (4 properties), PurchaseList (4 properties). Each schema is shown below with its type and property counts.

TopupPurchaseRequest
object
Top-up purchase request.
4 properties 2 required
Offer
object
Product offer (top-up, eSIM, voucher).
9 properties
Error
object
Error response.
3 properties
Purchase
object
Purchase transaction.
8 properties
PurchaseList
object
Paginated purchase list.
4 properties
Price
object
Monetary amount with currency.
2 properties
OfferList
object
Paginated offer list.
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zendit-mobile-top-up-api-openapi.yml Raw ↑

Other APIs Zendit publishes across the network.

Zendit Account API
Zendit Brands API
Zendit eSIM API
Zendit Reports API
Zendit Tools API
Zendit Transactions API
Zendit Vouchers API