Skip to main content

List all billing records

GET 

https://core-prod.malipopay.co.tz/api/v1/ussd/billing

Returns all USSD billing records for the authenticated project.

Request

Query Parameters

    env string

    Environment filter

    month integer

    Month filter

    year integer

    Year filter

    operator string

    Operator filter

    billingStatus string

    Status filter

Responses

Billing records fetched successfully

Schema
    successbooleanrequired
    Example: true
    codeintegerrequired

    MALIPOPAY-specific status code (see error codes reference)

    Example: 800
    messagestringrequired
    Example: Operation completed successfully
    data object

    Endpoint-specific payload

    property name*any

    Endpoint-specific payload

Authorization: apiToken

name: apiTokentype: apiKeyin: headerdescription: Project API key. Get yours from the Malipopay dashboard under Settings → API Keys.
curl -L 'https://core-prod.malipopay.co.tz/api/v1/ussd/billing' \
-H 'Accept: application/json' \
-H 'apiToken: <apiToken>'
Request
Base URL
https://core-prod.malipopay.co.tz
Auth
Parameters
— query
— query
— query
— query
— query
Response

Click the Send API Request button above and see the response here!