🎧Listeners

Listeners endpoint to create/edit/manage/delete listeners

Get Listeners

GET http://localhost:8080/listeners

Show all listeners in JSON or as the normal front end.

Query Parameters

Headers

{
    // Response
}

Get options

GET http://localhost:8080/listeners/options

Get the options required to create a new listener.

Query Parameters

Headers

{
    // Response
}

Add listener

POST http://localhost:8080/listeners/options

Get the options required to create a new listener.

Query Parameters

Headers

Request Body

{
    // Response
}

Last updated