v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBCreate an Embeddable Recipient URL for a Signer
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 for more information.
OAuth Scope required: public.workflows.createEmbeddableSignerUrls
Path parameters
The unique identifier or Ironclad ID of a workflow.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Request body
Example request
{
"roleName": "Counterparty Signer",
"frameAncestor": "https://example.com",
"allowMultipleUsages": true
}Response
201
Example response
{
"url": "https://na1.ironcladapp.com/sign?r=5e51f2b9-a684-4c50-887c-32911b661300&s=b2a303cd-f7a0-425e-8f36-d94e38c4e1a8"
}