curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getExposedPorts \
--header 'Authorization: Bearer <token>'{
"ports": [
{
"port": 33280,
"description": "<string>",
"previewUrl": "<string>"
}
]
}curl --request GET \
--url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getExposedPorts \
--header 'Authorization: Bearer <token>'{
"ports": [
{
"port": 33280,
"description": "<string>",
"previewUrl": "<string>"
}
]
}Was this page helpful?