ApiManagementV1WorkspacesWorkspaceidEnvironmentsEnvidEvent types
List event types with visibility in an environment
AuthorizationBearer <token>
Management token (nhm_...)
In: header
Path Parameters
envIdstring
Response Body
curl -X GET "https://loading/management/v1/workspaces/{workspaceId}/environments/string/event-types"[
{
"eventTypeId": "string",
"eventTypeName": "string",
"published": true
}
]{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}{
"error": {
"code": "not_found",
"message": "Environment not found"
}
}