Create callback

Set up notifications for specific events.

{
	"callback": {
		"event": "password-update",
		"url": "https://a.com",
		"enabled": true
	}
}

📘

Try It Instructions

A callback will send a notification to a URL whenever a specific event occurs. To set one up, your payload body will need to include both the event you want an update for and the URL you want the notification to be sent to. There's also an enabled variable which can be set to true or false. If it's set to false, the callback will be set up but inactive, so you'll need to Update the Callback when you want turn it on.

A 200 response will tell you that the results are true.

Language
Authorization
Click Try It! to start a request and see the response here!