Lone Wolf Technologies Signings API

The Signings API from Lone Wolf Technologies — 23 operation(s) for signings.

Operations 27

GET /api/v1/signings Retrieve all signings owned by a user. This endpoint fetches a list of all the signings that the user owns. #
POST /api/v1/signings Create a signing. This endpoint allows for the creation of a new signing, including the ability to add a webhook callback URL. #
GET /api/v1/signings/{id} Retrieve details of an individual signing. This endpoint fetches details for the signing associated with the provided signing ID. #
PATCH /api/v1/signings/{id} Update the callback URL for a signing. This endpoint allows you to update the callback URL on the signing for webhook events. #
DELETE /api/v1/signings/{id} Deletes a signing session. This endpoint removes a signing session based on the provided signing ID. #
POST /api/v1/signings/{id}/copy Duplicate an existing signing. This endpoint creates a copy of a signing session based on the provided signing ID. #
POST /api/v1/signings/{id}/reset Reset a signing session. This endpoint resets the status of a signing session based on its ID. #
POST /api/v1/signings/{id}/resend-invitation Resend the signing invitation. This endpoint resends the invitation for a signing session based on the provided signing ID. #
POST /api/v1/signings/{signingId}/send-final-documents Send final documents of a signing session. This endpoint sends the final documents for a completed signing session. #
POST /api/v1/signings/{signingId}/link-transaction Link a transaction to a signing session. This endpoint associates a transaction with a signing session based on the provided ID. #
POST /api/v1/signings/{signingId}/force-complete Force completes a signing session. This endpoint forcefully completes a signing session based on the provided signing ID. #
GET /api/v1/signings/deleted Retrieve deleted signing sessions. This endpoint fetches all the deleted signing sessions for a given external ID. #
PUT /api/v1/signings/{signingId}/recover-deleted Recover a deleted signing session. This endpoint recovers a deleted signing session based on the provided signing ID. #
POST /api/v1/signings/{signingId}/send-signing Send a signing session to participants. This endpoint starts the signing process for a signing session based on the provided signing ID. #
POST /api/v1/signings/{signingId}/reject This is only called by Trestle client #
GET /api/v1/signings/participants/{signingId}/invitations #
GET /api/v1/signings/documents/{signingId}/completed #
GET /api/v1/signings/documents/{signingId}/originals #
GET /api/v1/signings/documents/{signingId}/certificates #
GET /authentisign/v3/users/{userId}/signings List signings #
POST /authentisign/v3/users/{userId}/signings Create a signing #
POST /authentisign/v3/api/v3/users/{userId}/participants/batch Add signing participants (batch) #
GET /authentisign/v3/api/v3/users/{userId}/signings/{signingId}/documents List original signing documents #
GET /authentisign/v3/api/v3/users/{userId}/signings/{signingId}/documents/s List signed documents #
GET /authentisign/v3/api/v3/users/{userId}/signings/{signingId}/documents/sc List signing certificates #
GET /authentisign/v3/api/v3/{encryptedDocumentId}/d Download an individual signed document #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/lone-wolf-signings-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

lone-wolf-signings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Lone Wolf Signings API
  version: '1.0'
  description: 'Operations tagged Signings across 2 of this provider''s published API definitions: lone-wolf-authentisign-api-openapi.yml, lone-wolf-transact-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.lwolf.com/authentisign
- url: https://gateway.lwolf.com
  description: Production API gateway
- url: '{tw_host}'
  description: Environment-specific host (e.g. pre-production)
  variables:
    tw_host:
      default: https://api.pre.lwolf.com
      description: Base host for the target environment.
tags:
- name: Signings
paths:
  /api/v1/signings:
    get:
      tags:
      - Signings
      summary: Retrieve all signings owned by a user. This endpoint fetches a list of all the signings that the user owns.
      description: "Sample request:\n            \n    GET /api/v1/signings?SortBy=LastModified&SortDescending=true&FilterBy=exampleFilter&SkipItems=0&ItemLimit=50&TransactionId=example-transaction-id&StatusId=1,21"
      operationId: GetSignings
      parameters:
      - name: TransactionId
        in: query
        schema:
          type: string
          format: uuid
      - name: StatusId
        in: query
        schema:
          type: array
          items:
            type: integer
            format: int32
      - name: SortBy
        in: query
        schema:
          type: string
      - name: SortDescending
        in: query
        schema:
          type: boolean
      - name: FilterBy
        in: query
        schema:
          type: string
      - name: SkipItems
        in: query
        schema:
          type: integer
          format: int32
      - name: ItemLimit
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    post:
      tags:
      - Signings
      summary: Create a signing. This endpoint allows for the creation of a new signing, including the ability to add a webhook callback URL.
      description: "Sample request:\n            \n    POST /signings\n            \nRequest Body:\n            \n```json\n{\n    \"Id\": \"example-guid-1\",\n    \"Name\": \"Test Layout\",\n    \"AccountId\": \"example-guid-2\",\n    \"StatusId\": 1,\n    \"IsOrdered\": false,\n    \"DateCreated\": \"2023-04-20T02:59:00Z\",\n    \"LastModified\": \"2023-04-21T02:59:00Z\",\n    \"ExpirationDate\": \"2023-04-26T02:59:00Z\",\n    \"IdPosition\": 1,\n    \"ReminderDay\": 5,\n    \"ReminderHour\": 2,\n    \"TransactionId\": \"example-guid-3\",\n    \"TechnologyProvider\": \"TechProviderName\",\n    \"CallbackUrl\": \"https://yourcallbackurl.com\",\n    \"Files\": [\"File1\", \"File2\"],\n    \"FilesWithStrikeoutsDisabled\": [\"FileName1\", \"FileName2\"]\n}\n```\n            \nNote: Replace \"example-guid-1\", \"example-guid-2\", etc., with actual GUID values and \"File1\", \"File2\" with your file objects."
      operationId: CreateSigning
      parameters:
      - name: externalId
        in: header
        description: The external identifier associated with the signing.
        schema:
          type: string
          format: uuid
      requestBody:
        content:
          multipart/form-data:
            schema:
              required:
              - Name
              - Participants
              type: object
              properties:
                Files:
                  type: array
                  items:
                    type: string
                    format: binary
                FilesWithStrikeoutsDisabled:
                  type: array
                  items:
                    type: string
                Fields:
                  type: object
                  additionalProperties:
                    type: string
                Participants:
                  type: array
                  items:
                    $ref: '#/components/schemas/Authentisign.Services.Dtos.ParticipantDto'
                Id:
                  type: string
                  format: uuid
                Name:
                  type: string
                AccountId:
                  type: string
                  format: uuid
                StatusId:
                  type: integer
                  format: int32
                IsOrdered:
                  type: boolean
                DateCreated:
                  type: string
                  format: date-time
                LastModified:
                  type: string
                  format: date-time
                ExpirationDate:
                  type: string
                  format: date-time
                IdPosition:
                  type: integer
                  format: int32
                ReminderDay:
                  type: integer
                  format: int32
                ReminderHour:
                  type: integer
                  format: int32
                TransactionId:
                  type: string
                  format: uuid
                TechnologyProvider:
                  type: string
                CallbackUrl:
                  type: string
                LayoutId:
                  type: string
                  format: uuid
                ApplyLayout:
                  type: boolean
            encoding:
              Files:
                style: form
              FilesWithStrikeoutsDisabled:
                style: form
              Fields:
                style: form
              Participants:
                style: form
              Id:
                style: form
              Name:
                style: form
              AccountId:
                style: form
              StatusId:
                style: form
              IsOrdered:
                style: form
              DateCreated:
                style: form
              LastModified:
                style: form
              ExpirationDate:
                style: form
              IdPosition:
                style: form
              ReminderDay:
                style: form
              ReminderHour:
                style: form
              TransactionId:
                style: form
              TechnologyProvider:
                style: form
              CallbackUrl:
                style: form
              LayoutId:
                style: form
              ApplyLayout:
                style: form
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{id}:
    get:
      tags:
      - Signings
      summary: Retrieve details of an individual signing. This endpoint fetches details for the signing associated with the provided signing ID.
      description: "Sample request:\n            \n    GET /api/v1/signings/{id}"
      operationId: GetSigning
      parameters:
      - name: id
        in: path
        description: The identifier of the signing to be retrieved.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    patch:
      tags:
      - Signings
      summary: Update the callback URL for a signing. This endpoint allows you to update the callback URL on the signing for webhook events.
      description: "Sample request:\n            \n    PATCH /api/v1/signings/{id}\n    {\n        \"CallbackUrl\": \"https://newcallbackurl.com\"\n    }"
      operationId: UpdateSigningCallback
      parameters:
      - name: id
        in: path
        description: The identifier of the signing to be updated.
        required: true
        schema:
          type: string
          format: uuid
      - name: CallbackUrl
        in: query
        description: Get or Set the Callback URL. This property represents the URL to which callbacks related to the signing should be sent.
      requestBody:
        description: The details of the signing update, including the new callback URL.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.SigningUpdateDto'
          text/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.SigningUpdateDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.SigningUpdateDto'
      responses:
        '200':
          description: Success
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    delete:
      tags:
      - Signings
      summary: Deletes a signing session. This endpoint removes a signing session based on the provided signing ID.
      description: "Sample request:\n            \n    DELETE /signings/{id}"
      operationId: DeleteSigning
      parameters:
      - name: id
        in: path
        description: The identifier of the signing session to be deleted.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{id}/copy:
    post:
      tags:
      - Signings
      summary: Duplicate an existing signing. This endpoint creates a copy of a signing session based on the provided signing ID.
      description: "Sample request:\n            \n    POST /signings/{id}/copy"
      operationId: CopySigning
      parameters:
      - name: id
        in: path
        description: The identifier of the signing session to be copied.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{id}/reset:
    post:
      tags:
      - Signings
      summary: Reset a signing session. This endpoint resets the status of a signing session based on its ID.
      description: "Sample request:\n            \n    POST /signings/{id}/reset"
      operationId: ResetSigning
      parameters:
      - name: id
        in: path
        description: The identifier of the signing session to be reset.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{id}/resend-invitation:
    post:
      tags:
      - Signings
      summary: Resend the signing invitation. This endpoint resends the invitation for a signing session based on the provided signing ID.
      description: "Sample request:\n            \n    POST /signings/{id}/resend-invitation"
      operationId: ResendInvitation
      parameters:
      - name: id
        in: path
        description: The identifier of the signing session.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/send-final-documents:
    post:
      tags:
      - Signings
      summary: Send final documents of a signing session. This endpoint sends the final documents for a completed signing session.
      description: "Sample request:\n            \n    POST /signings/{signingId}/send-final-documents\n            \nRequest Body:\n            \n```json\n{\n   \"Emails\": \"email1@example.com,email2@example.com\"\n}\n```"
      operationId: SendFinalDocuments
      parameters:
      - name: signingId
        in: path
        description: The identifier of the signing session.
        required: true
        schema:
          type: string
          format: uuid
      - name: Emails
        in: query
        description: Get or Set the email addresses. This property represents the email addresses, typically in a serialized or comma-separated format.
        required: true
      requestBody:
        description: Emails to which the final documents should be sent.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.EmailsDto'
          text/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.EmailsDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.EmailsDto'
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/link-transaction:
    post:
      tags:
      - Signings
      summary: Link a transaction to a signing session. This endpoint associates a transaction with a signing session based on the provided ID.
      description: "Sample request:\n            \n    POST /signings/{signingId}/link-transaction\n            \nRequest Body:\n            \n```json\n{\n    \"TransactionId\": \"example-transaction-id\",\n    \"Documents\": [\n        {\n            \"Id\": \"example-document-id-1\",\n            \"BFMDocumentId\": \"BFMDoc-001\"\n        },\n        {\n            \"Id\": \"example-document-id-2\",\n            \"BFMDocumentId\": \"BFMDoc-002\"\n        }\n        // ... add more documents as required\n    ]\n}\n```"
      operationId: LinkTransaction
      parameters:
      - name: signingId
        in: path
        description: The identifier of the signing session.
        required: true
        schema:
          type: string
          format: uuid
      - name: TransactionId
        in: query
        description: Get or Set the unique identifier of the transaction.
      - name: Documents
        in: query
        description: Get or Set the list of documents associated with the transaction.
      requestBody:
        description: The data required to link the transaction.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.TransactionDesk.TDLinkTransactionDto'
          text/json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.TransactionDesk.TDLinkTransactionDto'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Authentisign.Services.Dtos.TransactionDesk.TDLinkTransactionDto'
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/force-complete:
    post:
      tags:
      - Signings
      summary: Force completes a signing session. This endpoint forcefully completes a signing session based on the provided signing ID.
      description: "Sample request:\n            \n    POST /signings/{signingId}/force-complete"
      operationId: ForceCompleteSigning
      parameters:
      - name: signingId
        in: path
        description: The identifier of the signing session to be forcefully completed.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/deleted:
    get:
      tags:
      - Signings
      summary: Retrieve deleted signing sessions. This endpoint fetches all the deleted signing sessions for a given external ID.
      description: "Sample request:\n            \n    GET /signings/deleted\n    Headers:\n        externalId: your-external-id-guid"
      operationId: GetDeletedSignings
      parameters:
      - name: externalId
        in: header
        description: The external identifier used to fetch the deleted signings.
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/recover-deleted:
    put:
      tags:
      - Signings
      summary: Recover a deleted signing session. This endpoint recovers a deleted signing session based on the provided signing ID.
      description: "Sample request:\n            \n    PUT /signings/{signingId}/recover-deleted"
      operationId: RecoverDeletedSigning
      parameters:
      - name: signingId
        in: path
        description: The identifier of the signing session to be recovered.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/Authentisign.Services.Dtos.ErrorResponse'
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/send-signing:
    post:
      tags:
      - Signings
      summary: Send a signing session to participants. This endpoint starts the signing process for a signing session based on the provided signing ID.
      description: "Sample request:\n            \n    POST /signings/{signingId}/send-signing"
      operationId: SendSigning
      parameters:
      - name: signingId
        in: path
        description: The email to query.
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
        '401':
          description: Unauthorized
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/{signingId}/reject:
    post:
      tags:
      - Signings
      summary: This is only called by Trestle client
      operationId: RejectSigning
      parameters:
      - name: signingId
        in: path
        description: ''
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
        '401':
          description: Unauthorized
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/participants/{signingId}/invitations:
    get:
      tags:
      - Signings
      operationId: GetLinksOfInvitationsWhenSigningIsSent
      parameters:
      - name: signingId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                type: string
            application/json:
              schema:
                type: string
            text/json:
              schema:
                type: string
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/documents/{signingId}/completed:
    get:
      tags:
      - Signings
      operationId: GetLinksOfDocumentsWhenSigningIsCompleted
      parameters:
      - name: signingId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                type: string
            application/json:
              schema:
                type: string
            text/json:
              schema:
                type: string
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/documents/{signingId}/originals:
    get:
      tags:
      - Signings
      operationId: GetLinksOfOriginalDocuments
      parameters:
      - name: signingId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                type: string
            application/json:
              schema:
                type: string
            text/json:
              schema:
                type: string
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            application/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
            text/json:
              schema:
                $ref: '#/components/schemas/Microsoft.AspNetCore.Mvc.ProblemDetails'
    servers:
    - url: https://api.lwolf.com/authentisign
  /api/v1/signings/documents/{signingId}/certificates:
    get:
      tags:
      - Signings
      operationId: GetLinksOfCertificateDocuments
      parameters:
      - name: signingId
        in: path
        required: true
        schema:
          type: string
          format: uuid
      responses:
        '200':
          description: Success
        '404':
          description: Not Found
          content:
            text/plain:
              schema:
                type: string
            application/json:
              schema:
                type: string
            text/json:
              schema:
                type: string
        default:
          description: Error
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas

# --- truncated at 32 KB (51 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/lone-wolf/refs/heads/main/openapi/lone-wolf-signings-api-openapi.yml