ApiManagementV1WorkspacesWorkspaceidApplicationsAppidEndpoints
List endpoints for an application
AuthorizationBearer <token>
Management token (nhm_...)
In: header
Path Parameters
appIdstring
Query Parameters
environment_id?string
Filter by environment public ID (e.g. env_abc123)
Response Body
curl -X GET "https://loading/management/v1/workspaces/{workspaceId}/applications/string/endpoints?environment_id=string"{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}{
"error": {
"code": "not_found",
"message": "Application not found"
}
}