API referenceBilling
GET /billing/usage
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/billing/usage"{ "$schema": "https://example.com/schemas/UsageOutputBody.json", "cycleStartedAt": "string", "hasBillingPortal": true, "limit": 0, "plan": "string", "retentionDays": 0, "seats": 0, "subscriptionStatus": "string", "trialEndsAt": "string", "used": 0}