v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Point Brands
Retrieve list of charge point brands.
get/api/v1/charge-point-brands
Query parameters
searchstring
Optional filter to search brands by name
pageinteger
page number to retrieve (starts with 0)
perPageinteger
number of items per page (between 1 and 100, default 10)
Response
List of charge point brands that match the criteria
Example response
{
"data": [
{
"id": 1,
"identifier": "rolec",
"name": "Rolec",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z"
}
]
}