When you claim a certificate, TrustedForm returns either a "consent" or
"consent+data" JSON response depending on your subscription. You can
"view" this same response by sending a GET
request to the same endpoint.
The following list provides examples of when you might want to use this endpoint:
Success
Malformed certificate id
TrustedForm certificate has expired or could not be found
{- "fingerprints": {
- "matching": [
- "c4a8e7fe184993964ae81380e91579015306838a",
- "d511850d569bcd7802c30f54de34bb9f2b31eede"
], - "non_matching": [
- "d511850d569bcd7802c30f54de34bb9f2b31eed1"
]
}, - "is_masked": false,
- "outcome": "success",
- "scans": {
- "forbidden_found": [
- "Enim sit amet venenatis"
], - "forbidden_not_found": [
- "Est velit egestas"
], - "required_found": [
- "lorem ipsum dolor"
], - "required_not_found": [
- "Ad qui aperiri"
]
}, - "warnings": [ ]
}