API referencePlatformPlatform billing
Current pending payout per currency for this project
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Header Parameters
X-Project-Id*string
UUID of the project that scopes consumer accounts, devices, sessions, and VSpaces for the request.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/platform/v1/billing/revenue/summary" \ -H "X-Project-Id: 11111111-1111-1111-1111-111111111111"{ "pending_lines": [ { "already_paid_minor": 0, "currency": "string", "pending_minor": 0, "refunded_minor": 0, "revenue_minor": 0 } ], "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9"}