📄 MIPYME Documents
Create a new webhook subscription
POST
Endpoint URL
https://api-billing.koywe.com/V1/webhook_subscriptions
Requires authentication
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
No parameters.
Request body (example)
{
"account_id": 0,
"callback_url": "https://server.com/myscript.php",
"callback_username": "string",
"callback_password": "string",
"event_id": "string"
}
Responses
Digital certificate link successfully generated
Bad request - invalid input or validation error
Unauthorized - invalid token or missing authentication
Server error - unexpected error occurred