v1
latestOpenAPI 3.0.12026-07-243686491.1 MBPlans
Retrieve plans
Required scope: plans:read </br>Organization authorization: supported
get/api/v1/plans
Query parameters
pageinteger
page number to retrieve (starts with 0)
perPageinteger
number of items per page (between 1 and 100, default 10)
Response
List of plans that match the criteria
Example response
{
"data": [
{
"id": 123,
"identifier": "plan-monta-123",
"name": "ACME GOLD",
"countryId": 1,
"description": "Charge Point Maintenance 24/7",
"summary": "GOLD Maintenance Plan for ACME customers",
"terms": "Your terms here",
"contractUrl": "https://www.monta.com/contract.pdf",
"supportEmail": "support@acme.com",
"active": true,
"visibleInMarketPlace": true,
"prices": [
{
"id": 1,
"price": 4.99,
"currency": {
"identifier": "dkk",
"name": "Danish krone",
"decimals": 2
}
}
],
"serviceConfig": {
"additionalFeePercentage": 2,
"additionalFeeAbsolute": 0.5,
"additionalStartingFee": 0.5,
"roamingAdditionalFeePercentage": 2,
"roamingAdditionalFeeAbsolute": 0.5,
"roamingAdditionalStartingFee": 0.5
}
}
]
}