Skip to main content

API Changelog

Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS

2026-01-09 Core Events

  • New BillingAccountConnectionRemoved event was introduced
  • New GeneralRequestCreated event was introduced
  • New LocationMoveRequested event was introduced
  • New TerminateContractRequested event was introduced

2026-01-08 Pricing API

  • postal_code is now required in availability location filter objects

2026-01-08 Kanban API

  • New PUT /v1/kanban/org/default-board and DELETE /v1/kanban/org/default-board endpoints were added

2026-01-08 Metering API

  • New POST /v1/metering/readings/{meter_id} endpoint was added for portal-authenticated meter reading submissions

2026-01-07 Data Management API

  • New POST /data-management/v1/configs/{config_id}/jobs endpoint was added to manually trigger job runs
  • New GET /data-management/v1/jobs/{job_id} endpoint was added
  • New related_entities_workflows_only_in_closed_or_cancelled_status filter type was added

2025-12-31 Event Catalog API

  • New Event Catalog API launched with endpoints to list events, retrieve configurations and schemas, generate sample payloads, update configuration, search event history, and trigger events

2025-12-30 Customer Portal API

  • GET /v2/portal/user/files and GET /v2/portal/user/files/count-by-entity are now deprecated

2025-12-30 Blueprint Manifest API

  • New GET /v2/blueprint-manifest/blueprints:marketplace endpoint was added for listing installed marketplace blueprints

2025-12-30 Metering API

  • note field was renamed to remark on meter reading create and update operations

2025-12-26 Location Entity

  • New location entity was introduced with address, address_hash, and entity_relations properties

2025-12-23 Pricing API

  • New public external catalog endpoints were added for products and product recommendations
  • External catalog context now supports CustomContext alongside JourneyContext

2025-12-22 Customer Portal API

  • Breaking: Meter reading note field was renamed to remark
  • New detail_schema field was added to page configuration

2025-12-19 Customer Portal API

  • New self_registration_setting values were added: ALWAYS_CREATE_CONTACT, BLOCK_IF_PORTAL_USER_EXISTS, DISALLOW_COMPLETELY

2025-12-19 Data Management API

  • New endpoints were added: get config by ID, list jobs with filtering, and job report download URL
  • Breaking: lookback_period_months was replaced by lookback_period_days
  • email entity type was replaced by message in relations_for_deletion

2025-12-18 Customer Portal API

  • meter_id is now optional (deprecated) on consumption, costs, and prices endpoints
  • New context_entities parameter was added as a replacement

2025-12-17 ERP Integration API

  • New POST /v1/integrations/{integrationId}/events/replay endpoint was added
  • Use case responses now include required top-level fields: id, name, type, enabled, integrationId, created_at, updated_at

2025-12-14 Data Management API

  • Breaking: Schedule schema simplified from daily/weekly/monthly variants to a single interval-based schedule with frequency and interval_days

2025-12-12 Customer Portal API

  • New assignment_mode field was added to contract identification hook configuration
  • New EntityMatchingConfig was added to SSO identity provider configuration

2025-12-12 Product API

  • tax field on Price changed from an untyped schema to a BaseRelation reference
  • $relation fields on coupon, price, product, and tax resources are now required

2025-12-11 Workflows Execution API

  • New DELETE /v2/flows/executions/{execution_id}/tasks/{task_id}/schedule endpoint was added to cancel scheduled tasks

2025-12-11 Tax Entity

  • rate property type changed from string to number

2025-12-10 File API

  • Multiple deprecated folder and collection endpoints were removed

2025-12-10 Email Template API

  • New json_template field was added to template create, update, and response schemas

2025-12-10 Core Events

  • New PaymentMethodUpdated event was introduced
  • New BillingAddressUpdated event was introduced

2025-12-09 ERP Integration API

  • New POST /v1/integrations/{integrationId}/events endpoint was added for querying integration events