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

# Create a Recipient URL for a Signer

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

Create a recipient URL for a signer or viewer 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.createSignatureRecipientUrls`

## Path parameters

- `id` string, required

## Headers

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

## Request body

- union
  - 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.
  - object
    - `type` 'viewer', required — The type of recipient.
    - `email` string, required — The email address of the CC recipient.

## Response `201`

201

- object
  - `url` string, required — The URL for the recipient to access the signature request.

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