Get Policy Transaction
Returns a single policy transaction by ID, including its per-field deltas. Each delta describes a specific field change (add, remove, or overwrite) within a date range.
Use this endpoint to inspect exactly what changed in a given transaction.
Required permission: company.policy:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Policy identifier
Transaction identifier
Response
Transaction with deltas
A policy transaction in the transaction-based policy model. Each transaction represents an immutable change set (new business, endorsement, cancellation, reinstatement, or renewal) that produces a new policy version.
Transaction identifier
Policy identifier
Sequential version number produced by this transaction
Type of transaction
NEW_BUSINESS, ENDORSE, CANCEL, REINSTATE, RENEW When the transaction takes effect (ISO 8601)
When the business decision was made (ISO 8601)
When the transaction record was created (ISO 8601)
User ID who created the transaction (null if system-created)
Per-field deltas that make up this transaction. Only present on the get-single-transaction endpoint.
