v1
latestOpenAPI 3.1.02026-07-242735131.1 MBPricing Plans
List pricing plan partner templates
List all pricing plan partner templates.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage companies (company_management) | View pricing plans (pricing_plan:read) | Manage pricing plans (pricing_plan:write) |
get/v1/pricing-plan-partner-templates
Response
Success
Example response
{
"data": {
"pricing_plan_partner_templates": [
{
"base_price": {
"amount": 29900,
"currency": {
"code": "CZK",
"name": "Czech Koruna",
"symbol": "Kč"
}
},
"id": "3b840951-099f-4bd5-90b9-032f7bfe51d9",
"price": {
"amount": 29900,
"currency": {
"code": "CZK",
"name": "Czech Koruna",
"symbol": "Kč"
}
},
"product": {
"description": "EOR Monthly",
"features": [
"Feature 1",
"Feature 2"
],
"frequency": "monthly",
"name": "EOR Monthly",
"short_name": "EOR",
"tier": "standard"
}
}
]
}
}