Port
curl -X GET "https://example.com/port"{ "ports": [ 0 ]}GET
/port/{port}/in-useCheck if a specific port is currently in use
Path Parameters
port*integer
Port number (3000-9999)
Response Body
application/json
application/json
curl -X GET "https://example.com/port/0/in-use"{ "isInUse": true}