Get Delivery Certificate
GET/v1/content/document/:id/delivery_certificate
Gets the delivery certificate for a document.
Request
Path Parameters
id stringrequired
document ID
Example: b0440b80-0857-43e9-8f13-723c8eb6a39c
Responses
- 200
 - 404
 
Receiver response
- application/json
 
- Schema
 - Example (from schema)
 
Schema
certificate xml
The delivery certificate in XML format.
meta
object
document_id string
The ID of the document for which the delivery certificate is requested.
id string
The ID of the delivery certificate.
type string
Possible values: [aes]
The type of the delivery certificate. aes - advanced electronic seal.
{
  "certificate": "string",
  "meta": {
    "document_id": "53C9084932FA27B068424A5FCA81974873E54BC88AAB3B5CCB45C4E6E2C90BB1",
    "id": "f65ce63e-fcd4-45a5-8984-a1064fe30f63",
    "type": "aes"
  }
}
Not found
- application/json
 
- Schema
 - Example (from schema)
 
Schema
code number
message string
status number
{
  "code": 40400,
  "message": "not found",
  "status": 404
}
Loading...