get https://{subdomain}.myclickfunnels.com/api/v2/products/prices/
Retrieve a single price
Log in to see full request history
Responses
Retrieve a single price
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/products/prices/id \
--header 'accept: application/json'
xxxxxxxxxx
27}
{
"id": 89,
"public_id": "BWvmhG",
"variant_id": 90,
"name": "Example Price",
"amount": "100.00",
"cost": "0.00",
"currency": "USD",
"duration": null,
"interval": null,
"trial_interval": null,
"trial_duration": null,
"trial_amount": "0.00",
"setup_amount": null,
"self_cancel": true,
"self_upgrade": true,
"self_downgrade": true,
"self_reactivate": true,
"interval_count": null,
"payment_type": "one_time",
"visible": true,
"compare_at_amount": null,
"key": null,
"archived": false,
"created_at": "2025-03-05T12:40:05.308Z",