post https://securepayments.loanpro.io/api/callback
Set up notifications for specific events.
Click here to learn more about this request
A callback sends a notification to a URL whenever a specific event occurs. Note the following when using this request:
Your payload will need to include the event you want an update for and the URL you want the notification to be pushed to.
The enabled
Boolean will set the callback to enabled or disabled. If set to false, the callback will be setup but inactive. The PUT
Update callback endpoint can be used to enable it.
A 200 response confirms the callback was created.
{
"callback": {
"event": "password-update",
"url": "https://a.com",
"enabled": true
}
}