Skip to content

`POST /api/v1/discover` — trigger a UDP discovery broadcast.

POST
/api/v1/discover
curl --request POST \
--url https://example.com/api/v1/discover \
--header 'Content-Type: application/json' \
--data '{ "target": "example" }'
Media type application/json

Request body for POST /api/v1/discover.

object
target

Optional unicast target address (host:port).

string | null
Example generated
{
"target": "example"
}

Discovery broadcast sent

Failed to send discovery broadcast