🚀

API v2 Release Notes - ChangeLog

  • Aug 25, 2025 Asks can now be created with DataThirdParties
    • This allows to create Asks on behalf of another company. The other company’s logo and details will appear on top of the consent form. The details of your Organization will still show, but below in the form, and without your logo.
  • Apr 28, 2025 Asks without Signer details
    • All asks’ Signer fields are now optional on web consents. When opening the link, the signer has to specify at least their first and last names.
  • Mar 4, 2025
    • Added option enedisRetryAfterLoadcurveActivation on R63, R63_SYNC and LOADCURVE

      This option allows to automatically retry these requests in the event that Enedis reports that the “collecte de la courbe de charge” was not activated on the PDL.
      We’ll retry every hour to get the data. With a timeout of ~24 hours.
  • Nov 21, 2024
    • GET /search_contract now supports an optional additional parameter : prm. You can search for electricity contracts only with name and prm.
  • Nov 13, 2024
    • LOADCURVE requests that have 7 days or less of historical data are now synchronous (they take <2 seconds). Results are immediately available via GET request/{requestId}/data.
    • POST /order now returns the full order object. No need to do GET /order to fetch the order then.
  • Oct 23, 2024 Playground allows to download csv loadcurves
    •  
  • Oct 14, 2024 R67 (Mesures Facturantes) are available 🎉
  • Sep 17, 2024 Webhooks are available
    • For ask.signed and order.request_success, order.request_failure
  • Sep 11, 2024
    • POST /ask can be used with results from GET /search_contract. Instead of specifying the whole ElectricityContract in POST /ask, you can now just put the id of a result given by GET /search_contract.
  • Sep 10, 2024
    • Added R65_SYNC and R66_SYNC . Similar to R64_SYNC but for Energies and Max daily power, respectively.
  • Sep 9, 2024
    • Added R64_SYNC request type. Allows to get Enedis index data within seconds (vs. minutes for existing R64)
    • GET /search_contract now returns an id for each result. This id can be used to create an Ask, replacing a whole electricityContract element. This enhances user experience, as the address check will most likely succeed if an id is provided.
    • Playground has been updated to allow searching via /search_contract
  • Sep 2, 2024
    • GET /search_contract has been released. It allows to search for Enedis electricity contracts by name and address
Â