count_topups_by_number
Track and count successful airtime top-ups to a specific phone number using the Africa's Talking API, enabling users to analyze transaction patterns for supported African countries.
Instructions
Count the number of successful top-ups to a specific phone number.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phone_number | Yes |
Input Schema (JSON Schema)
{
"properties": {
"phone_number": {
"title": "Phone Number",
"type": "string"
}
},
"required": [
"phone_number"
],
"title": "count_topups_by_numberArguments",
"type": "object"
}