From afe7afa738ad3f423c7c206fd179c91ee55e9450 Mon Sep 17 00:00:00 2001 From: ascriver <34779562+AScriver@users.noreply.github.com> Date: Sun, 3 May 2026 16:09:27 -0700 Subject: [PATCH] Fix endpoint URL for getUploadedFileById method --- src/Endpoints/Forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoints/Forms.php b/src/Endpoints/Forms.php index c04a007e..4ebeda30 100644 --- a/src/Endpoints/Forms.php +++ b/src/Endpoints/Forms.php @@ -201,7 +201,7 @@ public function getUploadedFileByUrl($url) */ public function getUploadedFileById($id, $sign, array $params = []) { - $endpoint = "https://api.hubspot.com/form-integrations/v1/uploaded-files/signed-url-redirect/{$id}"; + $endpoint = "https://api.hubapi.com/form-integrations/v1/uploaded-files/signed-url-redirect/{$id}"; $params['sign'] = $sign; return $this->client->request(