How to Get all your subscriptions
To list all your subscriptions you have to call the special endpoint using the GET method:
API URL:
GET: https://yourproject.vouchery.app/api/v2.1/subscriptions
API RESPONSE
In the response, you will receive all the subscriptions you have subscribed to. You can use the id of a subscription, for example, to unsubscribe from specific events.
Updated 5 months ago