Download document file by role
GET/api/v2/documents/:id/files/:role
Download a specific document file by role (frontside/backside).
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
- 404
returns file with proper headers and content
returns unauthorized
returns forbidden
returns not found