πŸš€ Features

  • Add validate-code endpoint to promotion code gateway docs
  • Add chargePointTeamId filter to subscriptions endpoint docs

πŸš€ Features

  • Add V2 grid endpoints; V1 endpoints now call V2 service internally docs
  • Ensure setup intent creation includes mid region publishable key

πŸ”§ Fixes

  • Fix snake_case for country_id and currency_id fields
  • Add missing team and selected_operators values to TeamWalletChargePaymentType docs

πŸš€ Features

  • Add create, update, and delete operations for vehicles docs
  • Add vehicle integration connect and unlink endpoints docs
  • Add vehicle_brands, vehicle_models, and vehicle_connectors endpoints docs

πŸ”§ Fixes

  • Accept empty string query params for enum filters

πŸš€ Features

  • Add PATCH endpoint for user contacts docs

πŸš€ Feature

  • Themes: Add themes read only endpoints and introduce themeId support for team endpoints
  • Transactions: Add team id filter to get wallet transactions by invoice id
  • Grid: Add grid service configuration

πŸš€ Feature

  • Wallet Transactions: Add new referenceType POWER_BANK_PAYOUT to wallet transactions.

πŸ› Other

  • Webhooks: Increased speed of delivery by 50%

πŸš€ Feature

  • Charge Point Statistics: Add new field exemptState which exposes the exempt state set on a charger.

πŸ› Fix

  • Error Handling: Details are omitted when causing unexpected errors, such as invalid JSON bodies.

πŸš€ Feature

  • Charges: Add new field Charge.cost which exposes the occurred charge costs if set up (via cost price group)
  • Webhooks: We have improved the latency (from event creation until delivery) significantly:
    • avg latency: from 8000ms to <2000ms
    • p90 latency: from 12000ms to <3000ms
  • Price Groups: You can configure spot-price pricings to support 15-min intervals instead of 60-min. While you can update this across all price group types, it is only officially supported for price groups of type cost, reimbursement and sponsored. Note: The underlying platform feature (15-min MTU for spot-prices) will be introduced End of September).
  • Organization authorization: Added to the following domains:
    • Charge Auth Tokens
    • Plans
    • Price Groups
    • Subscriptions
    • Users

πŸ› Fix

  • Teams: When using org-auth, the provided operatorId on team creation endpoint works properly now.
  • Deeplinks: Fixed a bug preventing to update an existing deeplink to a charge point resource.
  • Charge Points: GET /charge-points is ordered by id, ascending now.