List subscriptions
List all subscriptions. Filter by customer ID, external ID, or status.
List all subscriptions. Filter by customer ID, external ID, or status.
ApiKeyAuth In: header
application/json
curl -X GET "https://commet.co/api/subscriptions"List all subscriptions. Filter by customer ID, external ID, or status.
{
"success": true,
"data": [
{
"id": "string",
"customerId": "string",
"planId": "string",
"planName": "string",
"name": "string",
"status": "string",
"startDate": "2019-08-24T14:15:22Z"