Callback Example (Basic Implementation)
Follow a simple end-to-end example to create a callback and inspect the payload your endpoint receives.
{
"filter": {},
"url": "URL which can receive callbacks",
"retries": 5,
"timeout": 10000,
"successCode": 200,
"login": "",
"password": ""
}Last updated