Get webhook details
Id
Email address
Webhook url
Dated created
const response = await fetch('https://api.akibaone.com/sandbox/v1/getwebhookdetails', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "email": "text", "callback_url": "text", "created_at": "2025-01-22T05:56:35.902Z" }