Webhooks
Smart Report
When the records get uploaded, a webhook event is sent to register to get the smart report of the record upload. If there are multiple records upload in upload docs API we need to register web hook for all the document id recevied in the reponse. Use the below request payload to register to webhook. You can find here list of parsing capablities we have as of now.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.