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": {}
}
}
]
}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
26active, archived Show child attributes
26one_time, recurring Price in cents
3active, archived day, week, month, year x >= 1free_trial, paid_trial Show child attributes
free_trial, paid_trial day, week, month, year x >= 1Trial price in cents (for paid trials)
3Show child attributes
26active, archived Was this page helpful?