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} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

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

302

Redirect to the file download URL