Record an externally-obtained verification result
POST/openapi/v1/credentials/:credentialId/verification-result
Record a verification outcome produced OUTSIDE GMS (e.g. the NSW WWCC portal runner, which scrapes the OCG employer portal) using the same recording path as an in-JVM verify: it updates the credential's verification fields — deriving the canonical status from eligibility + statusDetail — AND writes a CredentialVerificationEvent (method ONE_OFF) so the outcome appears in the credential's verification history. No registry call is made and no review task is created; the caller supplies the already-mapped eligibility + statusDetail. Use /verify instead for credential types GMS can check itself.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error