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).
Created by Mathieu Déjean
·