This folder contains the OpenAPI specification for the Webhook API. The file openapi.json provides a detailed schema of the API.
You can view the API specification visually using OpenAPI-compatible tools:
- Swagger UI: Upload the openapi.json file to visualize the API and test webhook endpoints interactively.
- Postman: Import the openapi.json file into Postman to explore and test webhook endpoints.
- Swagger Editor: Install Swagger Editor locally for an interactive documentation view:
npm install -g swagger-editor-cli
swagger-editor serve openapi.json