Skip to main content
GET
Retrieves chargepoints

Authorizations

Authorization
string
header
required

OAuth2 Bearer Authorization

Query Parameters

station_id
integer<int32>

ID of the Station

controller_id
integer<int32>

ID of the Controller

location_id
integer<int32>

ID of the Location

limit
integer<int64>

Maximum number of items per page. Maximum value is 25.

Required range: 1 <= x <= 25
Example:

"10"

page
integer<int64>

Page number to retrieve (starting from 1).

Required range: x >= 1
Example:

"1"

Response

ChargePoint collection

chargepoints
object[]
required

ChargePoints

pagination
object

Pagination