Skip to main content
GET
/
form-integrations
/
v1
/
uploaded-files
/
signed-url-redirect
/
{fileId}
Get a file uploaded via form
curl --request GET \
  --url https://api.hubapi.com/form-integrations/v1/uploaded-files/signed-url-redirect/{fileId}
{
  "category": "<string>",
  "correlationId": "<string>",
  "message": "<string>",
  "subCategory": "<string>",
  "errors": [
    {
      "message": "<string>",
      "in": "<string>",
      "code": "<string>",
      "subCategory": "<string>",
      "context": {}
    }
  ],
  "context": {},
  "links": {}
}

Path Parameters

fileId
string
required

The ID of the file to retrieve.

Query Parameters

portalId
integer
required

The portal ID.

sign
string
required

The signature for the request.

conversionId
string
required

The conversion ID associated with the file upload.

filename
string
required

The filename of the uploaded file.

hapikey
string

The HubSpot API key.

Response

Redirect to the file download URL

Last modified on December 12, 2025