List chargers in location
List charger deployments that belong to the selected location. When charger_ids is provided, only those chargers are returned.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
location_id
Internal location identifier returned by the location CRUD API.
Query parameters
page
One-based page number for paginated location charger results.
limit
Maximum number of location-scoped chargers to return per page. The maximum accepted value is 100.
charger_ids
Optional internal charger deployment ids to fetch from the selected location. Repeat the query parameter to target multiple chargers.
Response
Location chargers retrieved successfully
data
total
page
limit
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error