cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/products/{id} \ --header 'Fox-Secret: <fox-secret>'
{ "id": "<string>", "name": "<string>", "platform": "<string>", "external_id": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "statement_descriptor": "<string>", "entitlement": "<string>", "metadata": {}, "prices": [ { "id": "<string>", "external_id": "<string>", "type": "one_time", "amount": 123, "currency": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "interval": "day", "interval_count": 2, "trial_type": "free_trial", "trial": { "type": "free_trial", "duration_interval": "day", "duration_count": 2, "price": 123, "currency": "<string>" }, "product": { "id": "<string>", "name": "<string>", "platform": "<string>", "external_id": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "statement_descriptor": "<string>", "entitlement": "<string>", "metadata": {} } } ] }
Project Secret Key
"secret_"
Product ID
Product details
26
active
archived
Show child attributes
Was this page helpful?