Skip to main content

Callback

Overview

Legale provides the callback function after completing data capture using smart template.
Our service sends a API request after completing data capture process to your callback url if you set it.
Request body will be dynamic as depends on your smart template variables and captured data.

API detail

Request

  • URL: your_callback_url
  • Method: POST
  • Content-Type: application/json
  • Body:
{
"1": "value1",
"2": "value2",
"3": "value3",
// ...
}