Skip to main content
GET
/
api
/
creator
/
v1
/
reports
/
summary
Get creator summary metrics
curl --request GET \
  --url https://app.openlight.tech/api/creator/v1/reports/summary \
  --header 'Authorization: Bearer <token>'
{
  "total_commission_cents": 123,
  "currency": "<string>",
  "links_count": 123,
  "partnerships_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlight.tech/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Creator summary

total_commission_cents
integer
required
currency
string
required
partnerships_count
integer