Changelog

New updates and improvements to Lago.

Filter subscriptions by status

We have added a new query parameter to the endpoint that allows users to retrieve subscriptions.

By default, <text-code>GET /api/v1/subscriptions/<text-code> returns all active subscriptions. However, you can also retrieve pending, canceled and terminated subscriptions by using the <text-code>status<text-code> parameter.

Learn more