post https://sandbox.treeforttech.com/api/Test/generate-idv-response
This endpoint is used to simulate a Treefort report for testing or demo purposes. Using this endpoint will generate a sample report with test data for the clientRequestId used in the request, and will also send a response to your webhook (if configured).
Note: this endpoint is only available in the sandbox (UAT) environment.
Response Schema
Attribute | Type | Description |
---|---|---|
statusCode | Integer | Standard HTTP response code. Status codes are outlined in the Errors section of this API reference. |
message | String | A human-readable message providing more details about the status code. Messages are outlined in the Errors section of this API reference. |
data | Bool | A true or false value indicating if the sample report was successfully generated. |
errors | Array of Strings | An array of human-readable error messages, if available (null otherwise). Unique errors associated with this endpoint, if applicable, are shown in the example response in the right column with the corresponding HTTP status code. |