> ## Documentation Index
> Fetch the complete documentation index at: https://help.vinkit.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook de publication

> Notification envoyée lorsqu'un article est publié ou mis à jour



## OpenAPI

````yaml WEBHOOK /post/webhook
openapi: 3.1.0
info:
  title: Vinkit API
  description: 'API pour gérer votre blog Vinkit : articles, tags et webhooks'
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.vinkit.co/v1
security:
  - bearerAuth: []
paths: {}
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````