GET
/
api
/
v1
/
apps
/
{uuid}
/
workspaces
/
{workspace_name}
/
apps
/
{app_name}
/
ports
/
{id}
cURL
curl --request GET \
  --url https://app.miget.com/api/v1/apps/{uuid}/workspaces/{workspace_name}/apps/{app_name}/ports/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Path Parameters

uuid
string
required
workspace_name
string
required

Workspace name

app_name
string
required

App name

id
integer<int32>
required

Port ID

Response

200

Show a specific port