Introduction Welcome to the reference for the Zuora Billing REST API! To learn about the common use cases of Zuora Billing REST APIs, check out the API Guides. In addition to Zuora API Reference; Billing, we also provide API references for other
https://rest.zuora.com
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://rest.zuora.com
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)5.83s
(checked Mar 29, 2026)
Builder score
D
40%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /charge-metrics/data/charge-metrics |
List charge metrics by time range |
| GET | /charge-metrics/data/charge-metrics-discount-allocation-detail |
List discount allocation details by time range |
| GET | /events/event-triggers |
List event triggers |
| POST | /events/event-triggers |
Create an event trigger |
| DELETE | /events/event-triggers/{id} |
Delete an event trigger |
| GET | /events/event-triggers/{id} |
Retrieve an event trigger |
| PUT | /events/event-triggers/{id} |
Update an event trigger |
| GET | /notifications/email-templates |
List email templates |
curl -X GET 'https://rest.zuora.com/charge-metrics/data/charge-metrics' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official API Reference: Billing documentation.