API Changelog
Breaking changes, new features, and significant updates to epilot APIs. Subscribe via RSS
2026-02-12 ERP Integration API
- New
POST /v1/integrations/{integrationId}/monitoring/timeseriesendpoint was added for querying time-series event counts
2026-02-11 ERP Integration API
POST /v1/erp/updates/events(v1) andPOST /v2/erp/updates/events(v2) are now deprecated — migrate toPOST /v3/erp/updates/events- New
ignoredandwarningstatus values were added to event processing and monitoring responses
2026-02-11 Webhooks API
GET /v1/webhooks/.well-known/public-keyendpoint was reactivated with a new requiredorgIdquery parameter
2026-02-10 ERP Integration API
- New
POST /v3/erp/updates/eventsendpoint was added — v3 event processing using integration-based authentication - Breaking:
reverse-relationswas removed fromscope_modeenum in inbound use case entity scope
2026-02-10 Webhooks API
- New
signingSecretfield was added to webhook config responses (returned once at creation time)
2026-02-09 Email Settings API
- New
GET /v2/outlook/connection:resolveendpoint was added to look up an Outlook connection by email address
2026-02-06 Entity API
- Breaking:
POST /v1/entity/taxonomies/{taxonomySlug}/classifications—deletedresponse type changed fromobjecttoarray
2026-02-06 Customer Portal API
- New
GET /v2/portal/entity/{slug}/{id}/workflowsendpoint was added
2026-02-06 Order Entity
- New
couponsrelation was added
2026-02-05 Pricing API
- New
couponsfield was added to order responses - New
portalorigin type was added to external catalog requests - New
PortalContextwas added as a valid context type for external catalog integration requests
2026-02-05 Automation API
- New
NewEmailThreadTriggertrigger type was added to automation flows
2026-02-05 Query API
- New
GET /v2/query/semantic-modelendpoint was added, returning available entity tables, relationships, and query capabilities
2026-02-05 Contract Entity
- New
assetsrelation was added
2026-02-05 Order Entity
- New
opportunitiesandcontractsrelations were added
2026-02-04 Entity API
- New
excludequery parameter was added toGET /v1/entity/schemasfor excluding schemas by slug POST /v1/entity:graphnow returnsnullforcardinality="one"nodes when no entity is found
2026-02-04 Customer Portal API
- New
PUT /v2/portal/notifications/entity:statusendpoint was added for batch-updating notification status
2026-02-03 Webhooks API
- New
NONEauth type was added, allowing webhook endpoints using standard signature auth only
2026-02-03 Core Events
- New
OnDemandSyncContractRequestedevent was introduced - New
OnDemandSyncCustomerRequestedevent was introduced MeterReadingAddedevent payload restructured — singlereading_value/obis_number/directionfields replaced bymeter_readingsarray supporting multiple counters per submission
2026-01-30 ERP Integration API
- Monitoring endpoints split —
POST .../monitoring/eventsreplaced by separatePOST .../monitoring/inbound-eventsandPOST .../monitoring/outbound-eventsendpoints - Monitoring stats response restructured — flat fields replaced by
inboundandoutboundsub-objects
2026-01-30 Customer Portal API
- New
GET /v2/portal/metering/reading/allowed-range/{meter_id}endpoint was added
2026-01-30 Core Events
- New required
_ack_idfield was added to all event payloads for delivery acknowledgement tracking
2026-01-29 Partner Directory API
- New
POST /v2/partners/{orgId}/rolesandPUT /v2/partners/{orgId}/roles/{roleId}endpoints were added for partner role management
2026-01-28 ERP Integration API
- New
GET /v1/integrations/{integrationId}/outbound-statusendpoint was added event_catalog_eventandmappingsare now required fields onOutboundUseCaseconfiguration
2026-01-27 ERP Integration API
- New
POST /v1/integrations/{integrationId}/monitoring/access-logsendpoint was added for API access log analytics
2026-01-27 Workflows Definition API
- New
message_email_addressattribute type andattribute_sub_fieldwere added to decision task conditions