Recover a deleted signing session. This endpoint recovers a deleted signing session based on the provided signing ID.

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.lwolf.com/doc/authentisign-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Authentisign API MCP server": {
    "url": "https://apidocs.lwolf.com/doc/authentisign-api/mcp"
  }
}

Close
PUT /api/v1/signings/{signingId}/recover-deleted

Sample request:

PUT /signings/{signingId}/recover-deleted

Path parameters

  • signingId string(uuid) Required

    The identifier of the signing session to be recovered.

Responses

  • 200

    Success

  • Unauthorized

    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
  • Not Found

    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
  • Error

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
PUT /api/v1/signings/{signingId}/recover-deleted
curl \
 --request PUT 'https://api.lwolf.com/authentisign/api/v1/signings/{signingId}/recover-deleted'
Response examples (401)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (401)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (404)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (404)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (default)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}