Get Evidence
Fetch the raw content of an evidence file attached to a credential. evidenceId must be an evidence URN (urn:via:evidence:<uuid>); a malformed URN returns 400. The response body is the evidence content (e.g. base64-encoded file, JSON).
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Path Parameters
Unique identifier of the evidence file
"urn:via:evidence:550e8400-e29b-41d4-a716-446655440000"
Response
The content of the evidence. Response type can be any (e.g., base64-encoded file content, JSON, etc.)
The response is of type string.