ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListEventTypes

POST
/events/types/_search

Request Body

application/json

[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/events/types/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "eventTypes": [
    {
      "type": "string",
      "localized": {
        "key": "string",
        "localizedMessage": "string"
      }
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?