Long Term
Get long term periods
get/v1/long-term/periods
Response
Returns the long term periods
Example response
[
{
"code": "3_MONTHS",
"name": "3 months",
"is_enabled": true,
"unit_name": "month",
"unit_value": 3,
"discount_percentage": 14
}
]Changes
No recorded changes to this endpoint across all 11 revisions of this API.