ApiManagementV1WorkspacesWorkspaceidEvent types

List all event types

GET
/management/v1/workspaces/{workspaceId}/event-types
AuthorizationBearer <token>

Management token (nhm_...)

In: header

Path Parameters

workspaceIdstring

Response Body

curl -X GET "https://loading/management/v1/workspaces/string/event-types"
[
  {
    "id": "string",
    "name": "string",
    "description": "string",
    "subscriberCount": 0,
    "createdAt": "2019-08-24T14:15:22Z"
  }
]