📄 MIPYME Documents
Create a new webhook subscription
POST
URL del endpoint
https://api-billing.koywe.com/V1/webhook_subscriptions
Requiere autenticación
Autenticación
Envía la cabecera Authorization: Bearer <token> (obtenido en POST /auth) en los endpoints protegidos.
Parámetros
Sin parámetros.
Cuerpo de la solicitud (ejemplo)
{
"account_id": 0,
"callback_url": "https://server.com/myscript.php",
"callback_username": "string",
"callback_password": "string",
"event_id": "string"
}
Respuestas
Digital certificate link successfully generated
Bad request - invalid input or validation error
Unauthorized - invalid token or missing authentication
Server error - unexpected error occurred