cURL
curl --request GET \ --url https://dev-billing-api.spectertech.ai/api/v1/subscriptions
[ { "id": "<string>", "planId": "<string>", "customerId": "<string>" } ]
Retrieve a list of all subscriptions.
OK - Successful response
Unique identifier of the subscription
Unique identifier of the plan associated with the subscription
Unique identifier of the customer associated with the subscription