Skip to main content
2025-12-18
  • API Documentation review and updates to reflect recent deployments and include optimization feedback from users completed.
2025-12-01
  • Deployment of new computation logic for WorkingPrice values to reflect switchover to 15-Minute interval billing. Values returned when calling the GET /metrics endpoint now accurately provide 15-Minute values of Spot Price + Contract Costs.
2025-11-20
  • Introduced new valueState field to the Records DTO returned in the GET /metrics endpoint to externalise visibility on the state of values returned in the response, specifically Consumption values to avoid potential breaking.
2025-11-14
  • Introduced new functionality to the POST order, whereby when Password is null, the email provided in the order is enrolled in a password set flow to optimize customer onboarding experience via Self-Build funnels and Affilliate integrations.
2025-11-11
  • The Orders DTO under the GET orders endpoint now returns extended ‘deliveryState’ information to externalise more details change process status information. See endpoint here.
2025-11-10
  • The get order endpoint now has additional filtering functionalities.
    • ‘filter.fromUpdatedAt’-> Enables querying orders that have a change process status update since their creation
    • ‘filter.partnershipType’ -> Enables querying orders based on the partnership type, e.g. Whitelabel
2025-10-30
2025-10-29
2025-08-26
  • The create order endpoint now additional filter parameters filter.. See orders guide
  • Updated documentation in contract metrics guide with information about availability of forecasted data
2025-08-20
2025-08-12
2025-07-28
2025-07-22
  • Added contract cost endpoint. This allows you to retrieve details about the different cost components for a contract at the time period of the call.
2025-07-16
  • The list orders endpoint now allows to filter by customer number to only retrieve orders for a particular customer.
  • The list customers endpoint now allows to filter by external id.
  • List endpoints now provide a hasMoreItems flag in the response to indicate if more items are available beyond the end of the list. See pagination for more info.
  • Improved error handling for the contract metrics endpoint. Now returns an empty response if no data is available, and a HTTP/404 status code if an invalid customer number or contract number is used.