Skip to main content
POST
Write to a connector

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

connector_id
string
required

ID of connector

stream
string
required

Stream name

Body

application/json
data
object

The object you want to post to a connector

Response

200

async
boolean

Indicates whether the job is asynchronous

Example:

false

statusUrl
string

If async is true, this will be the URL to poll for the status of the write request.

jobId
string

A unique job identifier

Example:

"UvzWy0"

taskId
string<uuid>

A unique task identifier

Example:

"3cecd80d-b377-4566-9d8c-e1e870b887ab"

state
object
logs
string

Optional logs for debugging or processing information

Example:

"..."