Skip to main content
GET
/
credential
/
evidence
/
{evidenceId}
Get evidence
curl --request GET \
  --url https://api.example.com/credential/evidence/{evidenceId}
"<string>"

Documentation Index

Fetch the complete documentation index at: https://humanos.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

API-Version
string

Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-03-03"

Path Parameters

evidenceId
string
required

Unique identifier of the evidence file

Example:

"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.