{{baseUrl}}/firma_elettronica/:id/download
GET {{baseUrl}}/firma_elettronica/:id/download
Once the signing process is compleated you can use this endpoint to get a the base64-encoded output of you pdf file.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"content": "aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1kUXc0dzlXZ1hjUQ==",
"success": true,
"message": "aute pari",
"error": "nisi "
} |
ENDPOINTS