Update Webhook Details

post

Update webhook details

Authorizations
Body
emailstringOptional

Email address

callbackUrlstringOptional

Webhook url

clientIdstringOptional

Client Id

Responses
200Success
application/json
post
POST /sandbox/v1/updatewebhookaccount HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "email": "text",
  "callbackUrl": "text",
  "clientId": "text"
}
200Success
{
  "id": "text",
  "email": "text",
  "callback_url": "text",
  "created_at": "2025-06-27T08:18:44.457Z"
}