---
title: "Get saved signup form embed script by company"
method: GET
path: "/forms/{companyIdOrFormId}/{formId}/embed.js"
tags: ["Widgets"]
---

# Get saved signup form embed script by company

`GET /forms/{companyIdOrFormId}/{formId}/embed.js`

Compatibility path for saved signup form embed scripts. New embeds should use `/forms/{formId}/embed.js`.

The script renders the current saved form settings when the page loads, so dashboard edits apply to deployed JavaScript embeds without copying new HTML.

## Path parameters

- `companyIdOrFormId` string, required
- `formId` string, required

## Response `200`

JavaScript embed runtime for the saved form

## Other responses

- `404` — Form or company not found
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-19** `ba3a29c6eb33` — 1 info
  - added the optional property `retryable` to the response with the `503` status
- **2026-08-18** `8fbabe82a04d` — 1 info
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/forms/:companyIdOrFormId/:formId/embed.js/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
