Get a specific subscription
complete
V
Vaibhav B.
It is currently possible to retrieve all subscriptions through
GET /api/v1/subscriptions
, however, users cannot retrieve a specific subscription using its external_id
.Proposed solution: allow
GET /api/v1/subscriptions/:external_id
Users should be able to retrieve a subscription, regardless of its status (i.e. active, pending, terminated).
Lago admin
complete
You can now get a specific subscription by using this endpoint:
https://docs.getlago.com/api-reference/subscriptions/get-specific
M
Mathieu Déjean
in progress