Transfer responses
Copies or moves responses into a request.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
This endpoint expects an object.
ids
A list of collection request, response, or folder UIDs to transfer.
mode
The transfer operation to perform.
target
Information about the item transfer's destination location.
location
The transferred items’ placement in the target destination:
- For
startorend— Do not include themodelandidvalues. - For
beforeorafter— Include themodelandidproperties.
Response
Successful Response
ids
A list of the transferred collection request, response, or folder UIDs.
Errors
400
Bad Request Error
500
Internal Server Error