Metronome

Number of APIs: 51

The Metronome API collection is a complete set of all the requests that make up the Metronome API

  1. Customers - Archive a customer POST {{baseUrl}}/customers/archive

  2. Customers - Get a customer GET {{baseUrl}}/customers/:customer_id

  3. Plans - List customer plans GET {{baseUrl}}/customers/:customer_id/plans?limit=<integer>&next_page=<string>

  4. Custom fields - Set custom field values POST {{baseUrl}}/customFields/setValues

  5. Plans - Get the plan adjustments for a customer GET {{baseUrl}}/customers/:customer_id/plans/:customer_plan_id/priceAdjustments?limit=<integer>&next_page=<string>

  6. Customers - Delete a customer billing configuration DELETE {{baseUrl}}/customers/:customer_id/billing-config/:billing_provider_type

  7. Customers - List customers GET {{baseUrl}}/customers?limit=<integer>&next_page=<string>&ingest_alias=<string>&customer_ids=<string>&customer_ids=<string>&only_archived=<boolean>&salesforce_account_ids=<string>&salesforce_account_ids=<string>

  8. Customers - Set a customer billing configuration POST {{baseUrl}}/customers/:customer_id/billing-config/:billing_provider_type

  9. Customers - Create a customer POST {{baseUrl}}/customers

  10. Customers - Update a customer name POST {{baseUrl}}/customers/:customer_id/setName