Sinks
List Sinks
client.Pipelines.Sinks.List(ctx, params) (*V4PagePaginationArray[SinkListResponse], error)
GET/accounts/{account_id}/pipelines/v1/sinks
Get Sink Details
client.Pipelines.Sinks.Get(ctx, sinkID, query) (*SinkGetResponse, error)
GET/accounts/{account_id}/pipelines/v1/sinks/{sink_id}
Create Sink
client.Pipelines.Sinks.New(ctx, params) (*SinkNewResponse, error)
POST/accounts/{account_id}/pipelines/v1/sinks
Delete Sink
client.Pipelines.Sinks.Delete(ctx, sinkID, params) error
DELETE/accounts/{account_id}/pipelines/v1/sinks/{sink_id}