curl --location 'https://api.treli.co/v1/prices?limit=undefined&start_after=undefined&start_before=undefined&created_after=undefined&created_before=undefined&active=undefined¤cy=undefined&product=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"has_more": true,
"next_cursor": "string",
"previous_cursor": "string",
"data": [
{
"id": "price_zUI6hNgEkX8sOLIUjnB9JpaQ",
"unit_price": "20000.00",
"pricing_model": "standard",
"currency": "COP",
"billing_period": "day",
"billing_interval": 1,
"type": "recurring",
"pricing_tiers": null,
"ntp_pricing": null,
"created_date": "2024-11-15 16:44:50",
"active": true,
"is_test": false,
"product_id": "prod_GYzZ5BXNRu6DxqQcEPJNoeCk",
"meta_data": {
"key": "value"
}
}
]
}