Skip to main content
GET
/
v1
/
admin
/
finance
/
reports
/
revenue
Get the revenue report
curl --request GET \
  --url https://{operatorDomain}/v1/admin/finance/reports/revenue \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Query Parameters

from
string<date>
to
string<date>

Response

200 - application/json

Revenue report

data
object

Aggregated finance report payload; structure varies per report.