How to access ejabberd admin api via HTTP?
I read about the doc https://docs.ejabberd.im/admin/api/ And I wonder how can I access those API via HTTP. I tried to access but it always 404. In your ejabberd.yml you can find a configuration like this - port: 5280 module: ejabberd_http request_handlers: "/websocket": ejabberd_http_ws Enable api and oauth, - port: 5280 module: ejabberd_http request_handlers: "/websocket": ejabberd_http_ws "/api": mod_http_api "/oauth": ejabberd_oauth We are enabling api to have access from other programming languages(JSON request and response) We are enabling oauth to raise an api request and get response