Transfer Types
Transfer types define supported synchronization operations. The {transferType} path parameter accepts a record ID or external identifier.
GET/api/v1/transfer-types
List transfer types
Required scope: transfers:read.
POST/api/v1/transfer-types
Create a transfer type
Required scope: transfers:write.
GET/api/v1/transfer-types/{transferType}
Get a transfer type
Required scope: transfers:read.
PATCH/api/v1/transfer-types/{transferType}
Update a transfer type
Required scope: transfers:write. PUT is also supported.
DELETE/api/v1/transfer-types/{transferType}
Delete a transfer type
Required scope: transfers:write.
