- DATE:
- AUTHOR:
- Nathan Mojica
Added ‘Pricing Execution Source’ endpoints to the Pricing Executions resource of the SightMap REST API.
The SightMap REST API now supports access to execution source files for Pricing & Availability workflows, making it easier to debug pricing discrepancies by reviewing the exact data used during an execution.
What’s changing?
The SightMap API now provides access to source files generated during Pricing & Availability executions. You can retrieve a list of source files for a given execution and view the full XML or JSON contents of each file.
Previously, this data was not easily accessible via the API, making it harder to diagnose issues tied to upstream feeds.
What to expect:
API consumers can now directly access the raw data behind a pricing execution. This makes it faster to identify feed issues, validate data inputs, and troubleshoot discrepancies without relying on indirect logs or support requests.
What do you need to do?
To get started:
Review the API documentation: https://api.sightmap.com/v1/openapi#tag/assetspricing-executions
Ensure your API Key has the sightmap.execution-sources.read permission (or request it if needed)
Pass the experimental flag: execution-sources