Skip to main content
POST
Read flow versions

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Body

application/json
flows
object[]
required

List of flows to check version. Each item must have either id or name.

allFlow
boolean
default:true

Controls whether the API returns all organization flows or only the requested ones.

  • true (default): Returns all flows.
  • false: Returns only flows matching the requested id or name. Example: false

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

flow
object

Detail of object flows.