Transfers

Transfers represent synchronization work and can be listed, retrieved, and updated.

GET/api/v1/transfers

List transfers

Required scope: transfers:read.

GET/api/v1/transfers/{transfer}

Get a transfer

Required scope: transfers:read.

PATCH/api/v1/transfers/{transfer}

Update a transfer

Required scope: transfers:write. PUT is also registered. Send only fields accepted by the transfer update request.

Was this page helpful?