Skip to content

[Bug Report: Documentation Errors] Get Charges - Missing Count #237

Description

@i-am-rad

🐛 Describe the Bug

Get wallet charges api is missing "count" in sample results.
https://marketplace.gohighlevel.com/docs/ghl/marketplace/get-charges

We should also have better pagination on these APIs.

📍 API Endpoint

/marketplace/billing/charges

✅ Expected Behavior

Fix docs

💻 Screenshots or Code Samples

{ "charges": [ { "refunded": false, "currency": "USD", "appId": "67e2171892218e321562eedf", "meterId": "68a6368ebfae506b909b6abb", "chargeId": "68a63850ec7f2a18b1481d49", "entityType": "location", "entityId": "123", "amountCharged": 0.01, "pricePerUnit": 0.01, "transactionType": "charge", "units": 1, "meta": { "userId": "" }, "createdAt": "2025-08-20T21:04:16.423Z", "updatedAt": "2025-08-20T21:04:16.423Z" } ], "count": 5708, "traceId": "f3113cba-e3c5-42a3-a181-0eb907d0041b" }

Product Area

marketplace

📋 Use Case

fix docs

🚨 Why Should This Be Prioritized?

fix docs

🧠 Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions