Zuora

Number of APIs: 236

nn# IntroductionnWelcome to the reference for the Zuora REST API!nnREST is a web-service protocol that lends itself to rapid development by using everyday HTTP and JSON technology.nnThe Zuora REST API provides a broad set of operations and resources that:nn * Enable Web Storefront integration from your website.n * Support self-service subscriber sign-ups and account management.n * Process revenue schedules through custom revenue rule models.n * Enable manipulation of most objects in the Zuora Object Model.n n ## Endpointsn n The Zuora REST API is provided via the following endpoints.n | Tenant | Base URL for REST Endpoints |n |-------------------------|-------------------------|n |US Production | https://rest.zuora.com |n |US API Sandbox | https://rest.apisandbox.zuora.com|n |US Performance Test | https://rest.pt1.zuora.com |n |EU Production | https://rest.eu.zuora.com |n |EU Sandbox |

Contact Support: Name: No Contact Email: email@example.com

  1. payment-runs - Get payment runs GET {{baseUrl}}/payment-runs?fieldsFilterable=<>&sort=<>

  2. v1-object-taxation-item - CRUD: Create TaxationItem POST {{baseUrl}}/v1/object/taxation-item

  3. v1-object - CRUD: Retrieve InvoiceSplit GET {{baseUrl}}/v1/object/invoice-split/:id?fields=<>

  4. v1-accounting-periods-{ap-id} - Delete accounting period DELETE {{baseUrl}}/v1/accounting-periods/:ap-id

  5. v1-action - Create POST {{baseUrl}}/v1/action/create

  6. v1-object-contact - CRUD: Delete Contact DELETE {{baseUrl}}/v1/object/contact/:id

  7. v1-object - CRUD: Retrieve SubscriptionProductFeature GET {{baseUrl}}/v1/object/subscription-product-feature/:id?fields=<>

  8. v1-object - CRUD: Delete ProductRatePlanCharge DELETE {{baseUrl}}/v1/object/product-rate-plan-charge/:id

  9. v1-orders-{order Number} - Update order custom fields PUT {{baseUrl}}/v1/orders/:orderNumber/customFields

  10. v1-orders-{order Number} - Get order metrics for evergreen subscription GET {{baseUrl}}/v1/orders/:orderNumber/evergreenMetrics/:subscriptionNumber?startDate=<put>&endDate=<put>