cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/verification/v1/verifications/{verification} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "status": "created", "checks": [ { "label": "<string>", "result": true } ], "attribution_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Requires the verification:read ability.
verification:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The verification ID
VerificationResource
Show child attributes
The verification ID.
The current status of the verification.
created
pending
verified
rejected
failed
cancelled
expired
error
The checks performed during the verification.
The attribution ID optionally provided upon creation.
ISO 8601 formatted date-time.