v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Electronic Seal

Get an Electronic Seal

Retrieves a given Electronic Seal.

get/electronic_seals/{electronicSealId}

Path parameters

electronicSealIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Electronic Seal Id

Response

OK

idstring uuid required

Unique identifier of the Electronic Seal.

status'pending' | 'done' | 'error' required

Status of the Electronic Seal.

signature_level'electronic_signature' | 'advanced_electronic_signature' | 'qualified_electronic_signature' required

Electronic seal level used for of the Electronic Seal.

created_atstring date-time required

Electronic Seal creation date and time.

external_idstring required

Custom identifier added to webhook.

timestampboolean required

Boolean indicating whether this Electronic Seal contains a qualified timestamp. For Advanced and Qualified Electronic Seal level, the value will be set to true. For Simple Electronic Seal level, the value will be set to false.

document_idstring uuid required

Unique identifier of the Document.

image_idstring uuid required

Unique identifier of the Image added to the Electronic Seal.

Example response

{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "status": "done",
  "signature_level": "electronic_signature",
  "created_at": "2024-01-18T22:59:00Z",
  "external_id": "ref#1234",
  "timestamp": true,
  "document_id": "550e7502-e29b-41d4-a716-446655440098",
  "image_id": "e15892b0-3d7e-4142-83c7-517082c8a85d"
}