Tarif
Create a tarif plan
Create a new tarif plan.
post/tarifs/
Query parameters
cookie_namestring nullable
tenant_idinteger
Request body
Example request
{
"name": "Pro plan",
"price": 99,
"hard_limit": 500,
"licenses": 25,
"monthly_limit_per_license": 20,
"soft_limit_fraction": 0.8,
"expires_at": "2026-12-31",
"description": "Standard professional plan with monthly pool."
}Response
Successful Response