Skip to main content

Search Flow Types

POST 

https://$CUSTOM-DOMAIN/management/v1/flows/types/_search

Search Flow Types

Request​

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 (string)

    name

    object

    key string
    localizedMessage string
  • ]

curl -L -X POST 'https://$CUSTOM-DOMAIN/management/v1/flows/types/_search' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://$CUSTOM-DOMAIN/management/v1
Auth
Parameters
— header
ResponseClear

Click the Send API Request button above and see the response here!