End Point
PROD: https://websvcs.quikforms.com/rest/quikformxtract/v1000/documents/{{submitDocTransId}}/data
Description
Once a document has been processed, the customer is notified about the completion via webhook. Either after the webhook notification is received OR after waiting 3 hours, customers will call the GetData method to retrieve the data from Quik! FormXtract.
...
Parameter | Type | Required | Description |
---|---|---|---|
AuthToken | String | Yes | OAuth token to authorize the API call |
SubmitDocumentTransID | Integer | Yes | Unique identifier for the submitted document |
Sample Request
URL: https://websvcs.quikforms.com/rest/quikformxtract/v1000/documents/{{submitDocTransId}}/data
Method: GET
Returned Field Meta Data
...