---
title: "Get Embedded Sign URL"
method: GET
path: "/embedded/sign_url/{signature_id}"
tags: ["Embedded"]
---

# Get Embedded Sign URL

`GET /embedded/sign_url/{signature_id}`

Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.

## Path parameters

- `signature_id` string, required

## Response `200`

successful operation

- EmbeddedSignUrlResponse
  - `embedded` EmbeddedSignUrlResponseEmbedded, required — An object that contains necessary information to set up embedded signing.
    - `sign_url` string — A signature url that can be opened in an iFrame.
    - `expires_at` integer — The specific time that the the `sign_url` link expires, in epoch.
  - `warnings` WarningResponse[] — A list of warnings.
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

## Changes

- **2024-09-04** `8d8f5e2e9401` — 1 info
  - the response property `embedded` became required for the status `200`
- **2024-08-22** `e9603b26e6f8` — 1 breaking
  - the response property `embedded` became optional for the status `200`

[Change history](https://skmtc.dev/hellosign/apis/dropbox-sign-api/changes/embedded/sign_url/:signature_id/get.md)

---

[API](https://skmtc.dev/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.dev/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/revisions/2998c4df4efd/schema)
