A

API Reference: Billing

by API Reference: Billing Free tier

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

paymentszuora

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://rest.zuora.com/charge-metrics/data/charge-metrics' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official API Reference: Billing documentation.