Get product

GET https://rcur.app/api/v2/products/{id}

Path Parameters

Name
Type
Description

{id}*

String

The ID of the product

{
    "id": "ybWEyDp4oe",
    "name": "Test abbo",
    "type": "subscription",
    "amount": "5.00",
    "currency": "EUR",
    "interval": "1 months",
    "times": ,
    "wc_product_id": 1434
}

Last updated

Was this helpful?