ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListEventTypes

POST
/events/types/_search

Request Body

application/json

[key: string]?never

Response Body

application/json

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

Was this page helpful?