cURL
curl --request GET \ --url https://api.helicone.ai/v1/stripe/subscription \ --header 'Authorization: <api-key>'
{ "items": [ { "price": { "product": { "name": "<string>" } }, "quantity": 123 } ], "trial_end": 123, "id": "<string>", "current_period_start": 123, "current_period_end": 123, "cancel_at_period_end": true, "status": "<string>" }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?