---
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

---

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