This is an example webhook receiver for XENON.
This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To see how to make this your own, look here:
- API version: v1.0.0
- Build date: 2025-09-17T09:43:55.924008+02:00[Europe/Berlin]
- Generator version: 7.15.0 For more information, please visit https://www.gridx.ai/module/api
To run the server, follow these simple steps:
SECRET_KEY=<your-secret> go run main.go
The server will be available on http://localhost:8080.
To run the server in a docker container
docker build --network=host -t openapi .
Once image is built use
docker run --rm -it openapi