- 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
Signerdetails - All asks’
Signerfields 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_contractnow supports an optional additional parameter :prm. You can search for electricity contracts only withnameandprm.
- Nov 13, 2024
LOADCURVErequests that have 7 days or less of historical data are now synchronous (they take <2 seconds). Results are immediately available viaGET request/{requestId}/data.POST /ordernow returns the full order object. No need to doGET /orderto 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.signedandorder.request_success,order.request_failure
- Sep 11, 2024
POST /askcan be used with results fromGET /search_contract. Instead of specifying the wholeElectricityContractinPOST /ask, you can now just put theidof a result given byGET /search_contract.
- Sep 10, 2024
- Added
R65_SYNCandR66_SYNC. Similar toR64_SYNCbut for Energies and Max daily power, respectively.
- Sep 9, 2024
- Added
R64_SYNCrequest type. Allows to get Enedis index data within seconds (vs. minutes for existingR64) GET /search_contractnow returns anidfor each result. Thisidcan be used to create an Ask, replacing a wholeelectricityContractelement. This enhances user experience, as the address check will most likely succeed if anidis provided.- Playground has been updated to allow searching via
/search_contract
- Sep 2, 2024
GET /search_contracthas been released. It allows to search for Enedis electricity contracts bynameandaddress
Â