Skip to main content
POST
Start monitoring ports for a process

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pid
integer
required

Process ID

Body

application/json

Port monitor configuration

callback
string

URL to call when a new port is detected

Example:

"http://localhost:3000/callback"

Response

Object containing PID and success message

The response is of type object.

Last modified on June 17, 2026