Generate receipt-backed audit reports
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_type
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_id
Receipt ID to trace (required for RECEIPT_TRACE). Format: rcpt_XX_XXXXXXXXXX
lane
Lane specification (required for LANE_HISTORY)
date_range
Optional date range filter for LANE_HISTORY reports. Defaults to last 30 days.
format
JSON is currently supported. PDF export coming in a future release.
Allowed values:
Response
Audit report with receipt
ok
data
Skill-specific response data
receipt_id
auth_obj_id
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error