Webhooks
Rotate webhook signing secret
post/api/v1/bila/webhooks/{id}/rotate-secret
Path parameters
idstring required
Example:68f11209-451f-4a15-bfcd-d916eb8b09f4
Webhook config UUID
Response
Secret rotated
Example response
{
"status": true,
"message": "Operation completed successfully",
"data": {
"secret": "7f3a9c2e8b1d4f6a0e5c8b2d9f1a4e6c0b3d8f2a1e5c9b6d0f4a8e2c7b1d5f9a3"
}
}