Retrieve details of an individual signing. This endpoint fetches details for the signing associated with the provided signing ID.

GET /api/v1/signings/{id}

Sample request:

GET /api/v1/signings/{id}

Path parameters

  • id string(uuid) Required

    The identifier of the signing to be retrieved.

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
GET /api/v1/signings/{id}
curl \
 --request GET 'https://api.lwolf.com/authentisign/api/v1/signings/{id}'
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}
Response examples (default)
{
  "code": 42,
  "message": "string",
  "details": [
    "string"
  ]
}