cURL
curl --request GET \ --url https://rcur.app/api/v2/products/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "prod_abc123", "name": "Premium Plan", "type": "subscription", "amount": "29.99", "currency": "EUR", "interval": "month", "times": 12, "wc_product_id": 1234 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product details
"prod_abc123"
"Premium Plan"
once,subscription,shipping_costs
"subscription"
"29.99"
"EUR"
"month"
12
1234