Deprecation: /v1/sources endpoints
GET /v1/sources/ endpoint has been deprecated and replaced by GET /v1/ontology/sources endpointDeprecation: Relationship former field
The boolean former field on relationship objects is being deprecated in favor of the new relationship_status enum field (active, inactive, unknown). Both fields will be returned during the deprecation period for backwards compatibility. The former field will be removed on or after October 17, 2025.
Q2.5 Release - Supply Chain Enhancements
Supply Chain Traversal Response Format Update
We’ve redesigned the supply chain traversal response format to improve clarity, reduce payload size, and enhance developer experience based on user feedback.
Affected Endpoints
What’s Changed
Intuitive Path Structure - Path segments now show the supplier entity and components they ship, following a logical supplier → buyer flow
Clearer Terminology - Renamed products → components throughout the response to eliminate confusion
Optimized Payload Structure - Entity data moved to a separate entities lookup object, significantly reducing response size and duplication
New Tier-Specific Filtering - Added granular shipment country filters for each tier level:
tier1_shipment_country - Filter by tier 1 shipment countriestier2_shipment_country - Filter by tier 2 shipment countriestier3_shipment_country - Filter by tier 3 shipment countriestier4_shipment_country - Filter by tier 4 shipment countriestier5_shipment_country - Filter by tier 5 shipment countriesEach filter accepts a list of country codes to match shipments at the specified tier level. These filters are only supported for the GET Project Entity Supply Chain.
New Supply Chain Summary Endpoint
This endpoint provides aggregated summaries of upstream supply chain data, designed for simplified integration and analysis without requiring complex post-processing.
Key Features
Project Entity Response Object Update
The project entity response object now includes summary level information for the project entity match group:
Affected Endpoints
Summary Fields
countries - Countries associated with the entitydirect_risk_factors - Direct risk factors for the entityupstream_countries - Countries in the upstream supply chainupstream_risk_factors - Risk factors from upstream entitiesupstream_products - Products/components in the upstream supply chainThis summary level information enables developers to get a comprehensive understanding of Project Entities’ risk and upstream supply chain profile.
Project and Notification Endpoints Updates
We’ve deprecated project content endpoints including all notification endpoints, and will release a replacement for these with a more friendly and powerful interface.
We will continue supporting these endpoints for a period of 30 days of deprecation. Upon reaching the sunset date of June 1 2025, we may stop accepting requests made to them.
Deprecated endpoints:
/v1/projects/{id}/contents/entity/v1/notifications/*Traversal Response Updates
We’ve deprecated the watchlist field on the response of the traversal endpoints (v1/traversal/*). This field no longer provides value because its value is always false. We will continue including it in responses for a period of 30 days of deprecation. Upon reaching the sunset date of May 15 2025, we will stop including it in responses.
Match Resolution Updates
Overview
We’ve enhanced our resolution endpoint with improved address matching capabilities and introduced configurable parameters that allow developers to fine-tune matching behavior for specific client requirements. See our Resolution API Reference for details.
Address Matching Improvements
Match Tuning Parameters
minimum_score_threshold
search_fallback
cutoff_threshold
skip_post_processing
Added new filter parameters to trade/search
Added entity resolution documentation to the Sayari Library.
We’ve enhanced the project notifications with a new risk_notifications object. This object provides a clear view of changes in risk notifications for each entity.
added: Array of newly added risk notificationsremoved: Array of risk notifications no longer applicabledate: Timestamp of the notification changeNew Product Blueprint Sub-Tier Trade History Risk Factors
We are excited to announce the release of five new beta trade history risk factors for API & Bulk Data users. These risk factors are precomputed utilizing our proprietary product blueprints to more accurately identify relevant sub-tier supplier forced labor risk. The new risk factors will be available in addition to the legacy ones, operating as a subset.
Compared to their legacy ones, the new risk factors backed by product blueprints offer:
origin_shipment_product) indicating the type of good initially shipped from the origin entity associated with riskFor more details visit our Risk Factor Documentation
Rate Limits Updated
We have shifted to a tiered rate limiting system — see Rate Limit Documentation for details.
Q2.2024 Release
Beta Updates
Deprecation & Sunset Updates
shipper_of and receiver_of sunset from the relationship_type object within the EmbeddedEntity data type. Utilize the trade_count object going forward.Deprecation Notice: Shipments - EmbeddedEntity & Entity Search
Effective: June 25th, 2024, the following changes will occur:
relationship_type object within EmbeddedEntity will no longer include shipper_of and receiver_of relationship types.trade_count object within EmbeddedEntity to analyze the volume of shipments sent and received by an entity.Affected Endpoints (with EmbeddedEntity in the response)
Entity Search Endpoint Changes
Entity Search will no longer return entity type shipment in the response. Instead, if the desire is to search for and return shipments, we encourage API users to adopt the new Trade Endpoints, which are designed to offer enhanced capabilities for searching and analyzing trade data, suitable for both investigative and supply-chain use cases.
company or person has trade data from Entity Search by referencing the above trade_count object. Trade Endpoints:
For detailed guidance on how to transition and take advantage of the new Trade Endpoints, we recommend visiting our guides:
Beta Documentation Update
Added API Reference documentation for the following beta endpoints:
Save to Projects and Notifications
Upstream Supply Chain
Additional Documentation Updates
limit as a query-parameter for the Resolution endpoint. Default is set to the max of 10. Requesting a lower limit, will reduce the number of matched entities.Fern developer documentation launch
Traversal Limit Update
Sunset Notice - v0 Endpoints
Trade Search Beta
Deprecation Notice - v0 Endpoints**