Confirm Transfer
Transfers
Confirm Transfer: Mark a Transfer Received
Confirm an AgentDrop transfer after every file is uploaded to its presigned URL. Flips the transfer from pending to active so the recipient can download.
POST
Confirm Transfer
After uploading all files to the presigned URLs returned by presigned-upload, call this endpoint to activate the transfer. The transfer moves from
pending to active status and becomes available for the recipient to download.
Request
Headers
Bearer token (API key or session token). Example:
Bearer agd_live_xxxxxxxxxxxxxxxxxxxxPath Parameters
The transfer ID returned by the presigned upload endpoint. Example:
tr_4d2e8f1a-6b3c-4a7e-9d0f-5e8c1b2a3d4eResponse
The transfer ID.
Always
active on success.Examples
Response
Errors
| Status | Code | Description |
|---|---|---|
400 | FILES_MISSING | One or more files have not been uploaded yet |
401 | UNAUTHORIZED | Invalid or missing API key |
404 | NOT_FOUND | Transfer does not exist or has been deleted |
409 | ALREADY_CONFIRMED | Transfer has already been confirmed |
