Update notification params
An authenticated client can update its domain, Notify URI, or upload URI.
Use this call after authentication, to update your domain, uriNotify, or uriUpload callback APIs
Request Body
Name
Type
Description
{
"data": {
"token": "a641d656af7ccc38cd34baac87e5f978dc2",
"domain": "http://test.com",
"uriNotify": "api/v1/public/notify",
"uriUpload": "api/v1/public/upload",
"created_at": "2023-02-16T12:48:31.000Z",
"lastUpdated_at": "2023-03-08T17:52:30.000Z",
"validated_at": "2023-03-08T17:52:02.000Z"
}
}{
"data": null,
"status": 400,
"message": "at least domain, or uriNotify or uriUpload required"
}Last updated