Download uploaded file
GET/v3/config/extension/document-signing/file/:fileId
Downloads a previously uploaded PDF file used in OpenID4VP transaction data signing.
Request
Path Parameters
fileId uuidrequired
ID of the uploaded file to download
Responses
- 200
- 401
- 404
- 500
PDF file content
- application/pdf
- Schema
Schema
string
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
File not found
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...