Retrieve a list of sponsored charge pointsAsk AIget https://partner-api.monta.com/api/v1/sponsored-charge-pointsRequired scope: sponsored-charge-points:read Organization authorization: supportedQuery Paramspageint32Defaults to 0page number to retrieve (starts with 0)perPageint32Defaults to 10number of items per page (between 1 and 100, default 10)chargePointIdint64 | nullAllows to filter list of sponsored charge points by a charge point idteamIdint64 | nullAllows to filter list of sponsored charge points by a team id.includeDeletedbooleanFilter to include deleted entities in the responsefalsetruefalseResponses 200List of sponsored charges points that match the criteria 400The request is invalid 401Consumer with provided credentials was not found 403Operator doesn't have access to resource 404Entity with the provided id was not foundUpdated 29 days ago