ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListFlowTypes

POST
/flows/types/_search

Response Body

application/json

application/json

curl -X POST "https://loading/flows/types/_search"
{
  "result": [
    {
      "id": "string",
      "name": {
        "key": "string",
        "localizedMessage": "string"
      }
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?