Create transfer
Enqueue a transfer to specified destination.
Authorizations
Path Parameters
Destination ID.
Body
When true: runs a full refresh from the start of the recipient's configured transfer window. When false: runs incrementally from the last successful transfer.
Enables debug-level logging for the transfer run.
Specifies models to run. If unspecified or left empty all models will be run.
All rows transferred will have a last_updated_at value greater than or equal to this value. If omitted the Unix epoch will be used. Timestamps should be represented in RFC3339 format.
All rows transferred will have a last_updated_at value less than this value. If omitted the current time will be used. Timestamps should be represented in RFC3339 format.
Tags to apply to the transfer. Tags are key-value pairs where keys and values must contain only alphanumeric characters and underscores/hyphens.