Skip to content

Latest commit

 

History

History

openapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Webhook API Documentation

This folder contains the OpenAPI specification for the Webhook API. The file openapi.json provides a detailed schema of the API.

View the API Documentation

You can view the API specification visually using OpenAPI-compatible tools:

Online Tools:

  • Swagger UI: Upload the openapi.json file to visualize the API and test webhook endpoints interactively.

Local Tools:

  • 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