curl --location --request GET '/payments/get-paddle-plans' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "plans fetched successfully",
"data": {
"data": [
{
"id": "pro_01j8mxesthb1nv6hnaev42hg8p",
"name": "team",
"tax_category": "standard",
"type": "standard",
"description": "",
"image_url": "",
"custom_data": null,
"status": "active",
"prices": [
{
"id": "pri_01j8mxqgj8p6zj7jnpkgyagvd0",
"product_id": "pro_01j8mxesthb1nv6hnaev42hg8p",
"type": "standard",
"description": "a price for team-annual tier ",
"name": "team-annually",
"billing_cycle": {
"interval": "year",
"frequency": 1
},
"trial_period": {
"interval": "day",
"frequency": 14
},
"tax_mode": "external",
"unit_price": {
"amount": "25000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999999
},
"import_meta": null,
"created_at": "2024-09-25T15:45:20.968561Z",
"updated_at": "2024-09-25T15:45:20.968561Z"
},
{
"id": "pri_01j8mxjyvysqvspxjt135bcdyn",
"product_id": "pro_01j8mxesthb1nv6hnaev42hg8p",
"type": "standard",
"description": "a price for team-monthly",
"name": "team-monthly",
"billing_cycle": {
"interval": "month",
"frequency": 1
},
"trial_period": {
"interval": "day",
"frequency": 14
},
"tax_mode": "external",
"unit_price": {
"amount": "2500",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999999
},
"import_meta": null,
"created_at": "2024-09-25T15:42:51.774649Z",
"updated_at": "2024-09-25T15:42:51.774649Z"
}
],
"import_meta": null,
"created_at": "2024-09-25T15:40:35.537Z",
"updated_at": "2024-09-25T15:40:35.537Z"
},
{
"id": "pro_01j8mws7c93856mr53cyrvgfnb",
"name": "pro",
"tax_category": "standard",
"type": "standard",
"description": "a pro plan",
"image_url": "",
"custom_data": null,
"status": "active",
"prices": [
{
"id": "pri_01j8mx6hvkntr1eg1fqchyhz4y",
"product_id": "pro_01j8mws7c93856mr53cyrvgfnb",
"type": "standard",
"description": "a price for pro-annual tier ",
"name": "pro-annually",
"billing_cycle": {
"interval": "year",
"frequency": 1
},
"trial_period": {
"interval": "day",
"frequency": 14
},
"tax_mode": "external",
"unit_price": {
"amount": "10000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999999
},
"import_meta": null,
"created_at": "2024-09-25T15:36:05.235652Z",
"updated_at": "2024-09-25T15:38:08.998613Z"
},
{
"id": "pri_01j8mx44n9e3dcfvmsxjm11v58",
"product_id": "pro_01j8mws7c93856mr53cyrvgfnb",
"type": "standard",
"description": "a price for the pro monthly tier ",
"name": "pro-monthly ",
"billing_cycle": {
"interval": "month",
"frequency": 1
},
"trial_period": {
"interval": "day",
"frequency": 14
},
"tax_mode": "external",
"unit_price": {
"amount": "1000",
"currency_code": "USD"
},
"unit_price_overrides": [],
"custom_data": null,
"status": "active",
"quantity": {
"minimum": 1,
"maximum": 999999
},
"import_meta": null,
"created_at": "2024-09-25T15:34:46.185944Z",
"updated_at": "2024-09-25T15:39:16.741841Z"
}
],
"import_meta": null,
"created_at": "2024-09-25T15:28:48.521Z",
"updated_at": "2024-09-25T15:29:57.075Z"
}
],
"meta": {
"request_id": "0ed2bdad-25b1-4d27-b7c3-e0125c145265",
"pagination": {
"per_page": 50,
"next": "https://api.paddle.com/products?after=pro_01j8mws7c93856mr53cyrvgfnb&include=prices",
"has_more": false,
"estimated_total": 2
}
}
}
}