Create Webhook Account
post
Create webhook account.
Authorizations
Body
emailstringOptional
Email address
callbackUrlstringOptional
Webhook url
clientIdstringOptional
Client Id
Responses
200Success
application/json
post
POST /sandbox/v1/createwebhookaccount 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"
}