Skip to main content
POST
Create a signing URL for a recipient signature

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

recipientSignatureId
string
required

The ID of the recipient signature

Response

Signing URL created successfully

signingUrl
string<uri>
required

The generated signing URL for the recipient (embed in an iframe)

Example:

"https://app.formabledocs.com/sign/embedded/xyz789abc"

expiresAt
string<date-time>
required

ISO 8601 timestamp when the signing URL expires (1 hour from creation)

Example:

"2024-01-16T10:30:00.000Z"