List transfers
Regional
us.api.brault.app— follows the region selector in the top barThe brandspace’s transfers, newest first, with any open drafts interleaved by creation time.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Query Parameters
limit?number
Range
1 <= value <= 100Default
50cursor?string
Opaque cursor from a previous response.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/transfers"{ "object": "list", "has_more": true, "next_cursor": "string", "data": [ { "object": "transfer", "id": "string", "url": "string", "status": "awaiting_uploads", "size": 0, "file_count": 0, "folder_count": 0, "password_protected": true, "expires_at": "2019-08-24T14:15:22Z", "view_count": 0, "download_count": 0, "zip_url": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_by_id": "string" } ]}