I would like to be able to query the API by customer and subscription at the same time
Currently we can query the API for what I customer subscribes to but I would like to add the parameter of the subscription ID so that I do not need to loop through subscriptions to match on the one I am interested in.
1
vote
David Williams
shared this idea
-
Kote Isaev commented
You can just get the subscription by ID with this API https://www.zoho.com/subscriptions/api/v1/?src=subscriptions-webapp#Subscriptions_Retrieve_a_subscription and check does customer ID match value you expect.