Cellulant · Example Payload

Cellulant Send Engagement Example

PaymentsMobile MoneyCheckoutPayoutsDisbursementAfricaPan-AfricanFintechBank TransferCardsAirtimeBill PaymentsSMSOTPTingg

Cellulant Send Engagement Example is an example object payload from Cellulant, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.tingg.africa/api/v2/engagement",
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "Content-Type": "application/json"
    },
    "body": {
      "notificationType": "OTP",
      "channels": ["SMS"],
      "referenceID": "ref-cas-123",
      "callbackUrl": "https://merchant.example.co.ke/sms/callback",
      "smsDto": {
        "msisdn": ["254712345678"],
        "message": "Your Tingg OTP is ${code}. Valid for 5 minutes.",
        "params": { "code": "648291" },
        "senderID": "TINGG"
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "transactionID": "8f6b2c80-43f7-4f78-b1d2-7a3a5d6c1e0a",
      "statusCode": 200,
      "message": "Message queued successfully."
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/cellulant-send-engagement-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.