cURL
curl --request GET \ --url https://api.suby.fi/api/product/{productId} \ --header 'X-Suby-Api-Key: <api-key>'
{ "success": true, "data": { "id": "pro_abc123", "name": "Premium Access", "description": "<string>", "status": "ACTIVE", "platform": "WEB", "frequencyInDays": 123, "isSandbox": true, "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>" } ] } }
Documentation IndexFetch the complete documentation index at: https://documentation.suby.fi/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://documentation.suby.fi/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Product details
true
Show child attributes
Was this page helpful?