Retrieve CCs for a signing. This endpoint fetches all the CCs associated with the provided signing ID.

GET /api/v1/signings/{signingId}/ccs

Sample request:

GET /api/v1/signings/{signingId}/CCs

Path parameters

  • signingId string(uuid) Required

    The identifier of the signing for which CCs are to be fetched.

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