Creates a new signing with one or more documents. The request is sent as multipart/form-data.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
POST
/authentisign/v3/users/{userId}/signings
curl \
--request POST 'https://gateway.lwolf.com/authentisign/v3/users/{userId}/signings?api-version=3' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY" \
--header "Content-Type: multipart/form-data" \
--form "Name=string" \
--form "isOrdered=true" \
--form "ExpirationDate=2026-05-04T09:42:00Z" \
--form "Files=@file" \
--form "CallbackUrl=https://example.com" \
--form "TransactionId=string"
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}