RevKeen Docs
Api reference

Get finance summary

Get finance summary for the authenticated merchant. Requires 'finance:read' scope.


Related endpoints

  • GET /finance/income — Get income report

Common errors

  • 401 unauthenticated — missing, malformed, or revoked API key.
  • 404 resource_missing — the referenced resource does not exist or is not visible to your key.
GET
/finance/summary
x-api-key<token>

Your RevKeen API key (powered by Unkey). Get it from Dashboard > Settings > API Keys. Use rk_sandbox_* for test mode and rk_live_* for production.

In: header

Response Body

application/json

application/json

application/json

application/json

curl "https://api.revkeen.com/v2/finance/summary" \  -H "x-api-key: $REVKEEN_API_KEY"
{
  "total_revenue_cents": 0,
  "total_fees_cents": 0,
  "pending_balance_cents": 0,
  "available_balance_cents": 0
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}