Skip to main content
GET
/
margin
/
customers
Margin by Customer
curl --request GET \
  --url https://api.nozle.app/api/v1/margin/customers \
  --header 'Authorization: Bearer <token>'
Get margin breakdown by customer. Auth: sk_ only
All margin endpoints require a secret key (sk_). These endpoints expose cost data that should never be visible to your end users.
from
string
Start date in YYYY-MM-DD format (inclusive)
to
string
End date in YYYY-MM-DD format (inclusive)