Generate receipt-backed audit reports

Produces auditable reports tracing data from API response back to original government data sources. Supports receipt trace, lane history, methodology audit, and factor provenance reports. Requires Professional tier.

Authentication

AuthorizationBearer

Your Freight Rate Intelligence API key. Get one at freightrateintelligence.com/dashboard/settings

Request

This endpoint expects an object.
report_typeenumRequired

RECEIPT_TRACE: trace a single receipt through the hash chain. LANE_HISTORY: all receipts for a lane in a date range. DATA_SOURCES: catalog of all data sources and their freshness.

Allowed values:
receipt_idstringOptional

Receipt ID to trace (required for RECEIPT_TRACE). Format: rcpt_XX_XXXXXXXXXX

laneobjectOptional

Lane specification (required for LANE_HISTORY)

date_rangeobjectOptional

Optional date range filter for LANE_HISTORY reports. Defaults to last 30 days.

formatenumOptionalDefaults to JSON
JSON is currently supported. PDF export coming in a future release.
Allowed values:

Response

Audit report with receipt
okboolean
dataobject

Skill-specific response data

receipt_idstring
auth_obj_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error