List all commitments
1 min
GET
https://app.amberflo.io/payments/pricing/amberflo/customer-commitment/list
CustomerIdstringThe unique identifier of the customer whose commitments should be listed
ProductIdstring<p>Filter commitments by product ID. If not specified, defaults to the account's default product</p>
200Successfully retrieved list of customer commitments
400Bad request - missing or invalid parameters
404Customer not found or no commitments exist
curl --request GET \
--url 'https://app.amberflo.io/payments/pricing/amberflo/customer-commitment/list?CustomerId=string&ProductId=1' \
--header 'accept: application/json'