Discussions

Ask a Question
Back to All

Endpoint for receiving list of charges is broken

When calling https://public-api.monta.com/api/v1/charges to receive a list of charges, the returned list is using the chargePointId value for both the chargePointId AND the id of the charge. Therefore, you never receive the id's of the charges.

Eg. requesting for chargePointId 3025881 returns a list of charges with incorrect id:

{  
  "data": \[  
    {  
      "id": 3025881,  
      "chargePointId": 3025881,