Update callback

   Click here to learn more about this request

This request updates a callback. Note the following when using this request:

To update a callback, you need the callback ID. Use the GET callbacks request to retrieve it or POST Create callback request to create a new one.

This request can update the callback's event, url, and enabled fields.

A 200 request confirms that the callback was updated.

{
	"callback": {
		"event": "bank-account-create",
		"url": "https://a.com",
		"enabled": false
	}
}
Path Params
string
required

The ID for the specific callback you'd like to update.

Body Params
callback
object
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json