Pipelines

pipelines

Methods

Create Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
post/accounts/{account_id}/pipelines

Create a new pipeline.

Delete Pipeline ->
delete/accounts/{account_id}/pipelines/{pipeline_name}

Delete a pipeline.

Get Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
get/accounts/{account_id}/pipelines/{pipeline_name}

Get configuration of a pipeline.

List Pipelines -> { result_info, results, success }
get/accounts/{account_id}/pipelines

List, filter, and paginate pipelines in an account.

Update Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
put/accounts/{account_id}/pipelines/{pipeline_name}

Update an existing pipeline.