REST API
Get Verification Evidence
Returns the credential evidence object from provenance for a completed verification.
GET
Returns the credential evidence object from provenance for the given verification. Use Basic Auth.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Basic <base64(client_id:client_secret)>.Path Parameters
Verification session id.
Response
Provider-supplied token payload. Keys vary by credential; inspect
names to learn which fields are present.Semicolon-delimited list of keys present under
token (for example, id_token;expires_at;access_token;token_type).Example
Providers can include any keys in the evidence token payload. Always rely on
names to iterate the available fields.
