---
title: "Create an Embeddable Recipient URL for a Signer"
method: POST
path: "/workflows/{id}/signatures/recipient-urls/embedded"
tags: ["Workflows"]
---

# Create an Embeddable Recipient URL for a Signer

`POST /workflows/{id}/signatures/recipient-urls/embedded`

Create an embeddable recipient URL for a signer to access the signature request.

This functionality is exclusive to Ironclad Signature. See [this help center article](https://support.ironcladapp.com/hc/en-us/articles/12276957992983-Manage-Signatures-During-the-Sign-Step#copysignerlink) for more information.

**OAuth Scope required:** `public.workflows.createEmbeddableSignerUrls`

## Path parameters

- `id` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Request body

- object
  - `type` 'signer', required — The type of recipient.
  - `roleName` string, required — The role name of the signer. A full list of role names can be located using the [List All Workflow Signers](https://developer.ironcladapp.com/reference/list-all-workflow-signers) endpoint.
  - `frameAncestor` string, required — The hostname of the parent frame that the recipient URL can be embedded in. Can optionally include a URL scheme and/or port number. Wildcards (i.e. '*') are not allowed.
  - `allowMultipleUsages` boolean — Whether or not the embeddable recipient URL can be used multiple times before it expires. Defaults to false if not set.

## Response `201`

201

- object
  - `url` string, required — The embeddable URL for the recipient to access the signature request. The URL can only be embedded in a parent matching the host specified in frameAncestor.

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404 not found
- `429` — 429

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
