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

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

Traveler profitability

data
object

Aggregated finance report payload; structure varies per report.