Skip to main content

Search Flow Types​

Search Flow Types

Header Parameters
    x-zitadel-orgid string

    The default is always the organization of the requesting user. If you like to get users of another organization include the header. Make sure the user has permission to access the requested data.

Responses

A successful response.


Schema
    result object[]
  • Array [
  • id identifier of the type
    name object
    key string
    localizedMessage string
  • ]
POST /flows/types/_search

Authorization

name: OAuth2type: oauth2scopes: openid,urn:zitadel:iam:org:project:id:zitadel:audflows: {
  "authorizationCode": {
    "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize",
    "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token",
    "scopes": {
      "openid": "openid",
      "urn:zitadel:iam:org:project:id:zitadel:aud": "urn:zitadel:iam:org:project:id:zitadel:aud"
    }
  }
}

Request

Base URL
https://$CUSTOM-DOMAIN/management/v1
Bearer Token
x-zitadel-orgid — header
Accept
curl / cURL
curl -L -X POST 'https://$CUSTOM-DOMAIN/management/v1/flows/types/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'