Skip to main content
POST
Create a signing URL

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials access token, passed as a Bearer token in the Authorization header.

Path Parameters

signatureRequestId
string
required

The ID of the signature request.

Response

Signing URL created successfully.

signingUrl
string<uri>
required

The generated signing URL for the signature request.

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"