Skip to main content
Question

Webhook backend - sandbox customer entitlements as empty

  • December 6, 2025
  • 0 replies
  • 18 views

Forum|alt.badge.img

I am running tests and I can see the subscriptions on the dashboard. But I need to test the backend, and this is returning the items as empty:
curl -X GET "https://api.revenuecat.com/v2/projects/{{projectid}}/customers/{{customer}}/active_entitlements

it returns 200 with the response, but the items is an empty array...
how am I suppose to test my webhook api without this fetching data from the sandbox?

 

I do have the sandbox checkbox in the dashboard enabled.