Paginated list of your products. Filter by status or platform.
cURL
curl --request GET \ --url https://api.suby.fi/api/product/all \ --header 'X-Suby-Api-Key: <api-key>'
{ "success": true, "data": { "data": [ { "id": "pro_abc123", "name": "Premium Access", "description": "<string>", "status": "ACTIVE", "platform": "WEB", "frequencyInDays": 123, "isCustomPrice": true, "priceCents": "999", "currency": "USD", "supply": 123, "imageUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "paymentMethods": [ "CRYPTO" ], "acceptedAssets": [ { "symbol": "<string>", "decimals": 123 } ], "acceptedChains": [ { "id": 123, "name": "<string>" } ] } ], "pagination": { "page": 1, "limit": 25, "total": 42, "totalPages": 2 } } }
API key authentication
ACTIVE
CANCELLED
DRAFT
WEB
INVOICE
DISCORD
TELEGRAM
Page number (starts at 1)
x >= 1
Results per page (max 25)
1 <= x <= 25
Products retrieved
true
Show child attributes