Duplicate an existing signing. This endpoint creates a copy of a signing session based on the provided signing ID.

POST /api/v1/signings/{id}/copy

Sample request:

POST /signings/{id}/copy

Path parameters

  • id string(uuid) Required

    The identifier of the signing session to be copied.

Responses

  • 200

    Success

  • Error

    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
    Hide response attributes Show response attributes object
    • code integer(int32)
    • message string | null
    • details array[string] | null
POST /api/v1/signings/{id}/copy
curl \
 --request POST 'https://api.lwolf.com/authentisign/api/v1/signings/{id}/copy'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}