This project contains API documentation built with Redocly, with a global simpleObject schema used across all endpoints.
The simpleObject schema contains:
readOnly: A string field marked as read-onlywriteOnly: A string field marked as write-only
This schema is used in:
- API POST endpoint request/response
- Webhook POST endpoint request/response
- API callback POST endpoint request/response
Run the following commands to install dependencies and build the project:
yarn install
yarn build
Open the generated html file in your browser to view the API documentation.