View history and audit trail of agreement events and changes
History of an agreement by id
GET
https://api.commonpaper.com
/v1/agreements/{id}/history
This endpoint returns the history of events for a specific agreement within Common Paper. Returns who made the changes, when they were made, and a description of the change.
path Parameters
idrequired
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.