Hi! I am using an integration engine from Make.com (formerly Integromate) to try and gather information on all of my client Subscriptions via the Rest API. When querying transactions I am running into an issue where any SubscriptionID I try to query that has an associated subscription plan will return a 404 error saying "the requested resource ID was not found". If I setup a Subscription without an associated subscription plan, everything returns as expected. In the screenshots below you will see 2 subscriptions that both have ID's at the top. I'm querying the "Subscription ID" of both subscriptions in the exact same way. One returns as expected. The other returns a 404 (as do many of them that have associated Plans). Can anyone help point me in the right direction on what may differ here between Subscriptions with Plans and those not attached to plans? Thanks in advance. Subscription with no plan Subscription with associated Plan ID
... View more