Push
POST
-External system URL
Endpoint in external system that allows you to receive the document automatically once it's ready. All you need to do is to provide the URL and the x-api-key and LawGeex will send you this request once the document is ready or rejected.
Headers
x-api-key
string
Authentication token provided by external system
Request Body
event
string
CONTRACT_READY or REJECTED
docId
string
LawGeex document ID
extDocId
string
External system document ID if was provided on upload request
documentBinary
string
The zipped document content in base64 string if event is CONTRACT_READY
rejectionReason
string
If event is REJECTED
Retry Mechanism:
In case the request fails, retry will start every 15 minutes in the first hour, then every hour for the next 23 hours, then every 24 hours for another 6 days.
Last updated