@orangecheck/sdk / getVerificationUrl
Function: getVerificationUrl()
function getVerificationUrl(attestationId: string, baseUrl?: string): string;
Defined in: attestation.ts:311
Build the canonical shareable URL for an attestation. Matches the live
/attest/[id] route on attest.ochk.io. Pass a different baseUrl for forks /
self-hosted verifiers.
Parameters
| Parameter | Type | Default value |
|---|---|---|
attestationId | string | undefined |
baseUrl | string | 'https://attest.ochk.io' |
Returns
string