Get attachment preview URL (public)
GET/api/v1/documents/:documentId/fields/:fieldId/preview-attachment-public-url
Returns a temporary preview URL for a field attachment, secured via a recipient token.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Preview URL
Missing or invalid authentication credentials. Provide a valid Bearer token.
You do not have permission to perform this action.
The requested resource was not found.
Rate limit exceeded. Please slow down your request rate.
An unexpected server error occurred. Please try again later.