cURL
curl --request GET \ --url https://api.rigbox.dev/api/workspaces/{id}/listening-ports \ --header 'Authorization: Bearer <token>'
{ "ports": [ { "address": "<string>", "already_exposed": true, "port": 1, "process": "<string>" } ] }
List ports currently listening inside a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Listening ports
Show child attributes