Supported Formats

application/json

Supported Formats

application/json

Path Parameters

integration_id
string
required

The ID of the integration

  • Must be a String

id
string
optional

The ID of the integration flow

  • Must be a String

Returns

Response - Flow created

Code 201 - application/json
api_version
string
required

The API version

  • Must be a String

data
array
required

This will return an array of two items.

[
  {
    "type": "flow"
  },
  {
    "type": "event"
  }
]

The first item is the flow object and the second item will be the event object .

  • Must be an array of any type

links
array
required
  • Must be an Array of nested elements

Response - When something is missing

Code 404 - application/json
error
string
required

The error message

  • Must be a String


Supported Formats

application/json

Path Parameters

integration_id
string
required

The ID of the integration

  • Must be a String

id
string
optional

The ID of the integration flow

  • Must be a String

Returns

Response - Flow shown

Code - application/json
api_version
string
required

The API version

  • Must be a String

data
array
required

This will return an array of two items.

[
  {
    "type": "flow"
  },
  {
    "type": "event"
  }
]

The first item is the flow object and the second item will be the event object .

  • Must be an array of any type

links
array
required
  • Must be an Array of nested elements