For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
RegisterLoginSandbox Login
GuidesRecipesAPI Reference
GuidesRecipesAPI Reference
  • API Reference
    • POSTGets USDC/SBC/EuroE on testnets
      • PATCHCancel Subscription (by merchant)
      • POSTCreate Plans
      • DELDeactivate Plan
      • GETGet Plans
      • GETGet Subscribers
      • GETGet Subscription Payments
      • PUTUpdate Plan
LogoLogo
RegisterLoginSandbox Login
API ReferenceMerchant Subscription

Get Subscribers

GET
https://api-sandbox.coinflow.cash/api/merchant/subscription/plans/:planId/subscribers
GET
/api/merchant/subscription/plans/:planId/subscribers
$curl https://api-sandbox.coinflow.cash/api/merchant/subscription/plans/planId/subscribers \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json"
200Retrieved
1[
2 {
3 "id": "sub_8f3a2b7c9d4e",
4 "customerId": "cust_5d7e9f1a2b3c",
5 "merchantId": "merch_1234567890ab",
6 "email": "jane.doe@example.com",
7 "plan": "Premium Monthly Plan",
8 "planCode": "PREM-M-001",
9 "status": "Active",
10 "blockchain": "solana",
11 "nextPaymentAt": "2024-01-15T09:30:00Z"
12 }
13]
Get the subscriptions for a subscription plan
Was this page helpful?
Previous

Get Subscription Payments

Next
Built with

Authentication

Authorizationstring
The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key

Path parameters

planIdstringRequired
  • can be the id or the plan code

Response

Ok
idstring
customerIdstring
merchantIdstring
emailstring
planstring
planCodestring
statusenum
blockchainenum
nextPaymentAtdatetime

The API key of the merchant - see https://docs.coinflow.cash/api-reference/api-reference/authentication/get-session-key