cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/verification/v1/verifications/{verification}/checks/{check} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "result": "uncompromised", "created_at": "2023-11-07T05:31:56Z" } }
Requires the check:read ability.
check:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The verification ID
The check ID
CheckResource
Show child attributes
The check ID.
The result of the check.
uncompromised
compromised
ISO 8601 formatted date-time.