cURL
curl --request GET \ --url https://rcur.app/api/v2/products
{ "data": [ { "id": "prod_abc123", "name": "Premium Plan", "type": "subscription", "amount": "29.99", "currency": "EUR", "interval": "month", "times": 12, "wc_product_id": 1234 } ], "links": { "first": "<string>", "last": "<string>", "prev": "<string>", "next": "<string>" }, "meta": { "current_page": 1, "last_page": 1, "per_page": 15, "total": 6 } }
Documentation IndexFetch the complete documentation index at: https://docs.rcur.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rcur.app/llms.txt
Use this file to discover all available pages before exploring further.
Page number for pagination
List of products
Show child attributes