Get file
GET/api/v1/:environment/files/:vaultEntryId
Always responds with HTTP 302. The Location URL is self-authenticating — no Authorization header is needed to follow the redirect. The URL has a limited lifetime and must not be cached; on a 401 re-request this endpoint to obtain a fresh redirect URL.
Request
Responses
- 302
- 400
- 401
- 403
- 404
- 500
- 503
Redirect to download URL
Response Headers
Location
A self-authenticating URL to download the file — no Authorization header is needed to follow the redirect. The URL has a limited lifetime; do not cache it. On a 401, re-request the original endpoint to obtain a fresh URL.
Invalid vault entry ID
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
File not found
Internal server error
File service temporarily unavailable