GET
/
api
/
v1
/
subscriptions
curl --request GET \
  --url https://app.flowglad.com/api/v1/subscriptions \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "livemode": true,
      "customerId": "<string>",
      "organizationId": "<string>",
      "status": "trialing",
      "defaultPaymentMethodId": "<string>",
      "backupPaymentMethodId": "<string>",
      "trialEnd": "2023-11-07T05:31:56Z",
      "currentBillingPeriodStart": "2023-11-07T05:31:56Z",
      "currentBillingPeriodEnd": "2023-11-07T05:31:56Z",
      "metadata": {},
      "canceledAt": "2023-11-07T05:31:56Z",
      "cancelScheduledAt": "2023-11-07T05:31:56Z",
      "priceId": "<string>",
      "runBillingAtPeriodStart": true,
      "interval": "day",
      "intervalCount": 123,
      "billingCycleAnchorDate": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "current": true
    }
  ],
  "currentCursor": "<string>",
  "nextCursor": "<string>",
  "hasMore": true,
  "total": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

cursor
string
limit
number
Required range: 1 <= x <= 100

Response

200
application/json
Successful response
data
object[]
required
hasMore
boolean
required
total
number
required
currentCursor
string
nextCursor
string