ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListFlowTypes

POST
/flows/types/_search

Response Body

application/json

curl -X POST "https://loading/flows/types/_search"
{
  "result": [
    {
      "id": "string",
      "name": {
        "key": "string",
        "localizedMessage": "string"
      }
    }
  ]
}

Was this page helpful?