cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/billings/affiliates/summary \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "filters": { "status": "unpaid" } } '
{ "total_count": 123, "balance": 123, "billed": 123, "paid": 123 }
The Everflow API key generated from the Control Center > Security.
Text search filters (same as the invoicestable endpoint).
Show child attributes
Filters (same as the invoicestable endpoint).
Total number of matching invoices.
Total outstanding balance.
Total billed amount.
Total paid amount.
Was this page helpful?