Skip to main content
GET
/
subscriptions
Get All Subscriptions
curl --request GET \
  --url https://dev-billing-api.spectertech.ai/api/v1/subscriptions
[
  {
    "id": "<string>",
    "planId": "<string>",
    "customerId": "<string>"
  }
]

Response

200 - application/json

OK - Successful response

id
string

Unique identifier of the subscription

planId
string

Unique identifier of the plan associated with the subscription

customerId
string

Unique identifier of the customer associated with the subscription

I