{
"verification_id": "string"
}
curl --location --request POST 'https://verify.mock.p8n.app/pocketsign.verify.v2.VerificationService/GetVerification' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification_id": "string"
}'
{
"verification": {
"id": "string",
"result": "RESULT_UNSPECIFIED",
"hash_algorithm": "HASH_ALGORITHM_UNSPECIFIED",
"digest": "string",
"signature": "string",
"created_at": "2019-08-24T14:15:22Z"
},
"certificate": {
"id": "string",
"type": "TYPE_UNSPECIFIED",
"created_at": "2019-08-24T14:15:22Z"
},
"certificate_status": {
"id": "string",
"status": "STATUS_UNSPECIFIED",
"check_method": "CHECK_METHOD_UNSPECIFIED",
"check_purpose": "CHECK_PURPOSE_UNSPECIFIED",
"source_updated_at": "2019-08-24T14:15:22Z",
"revoked_at": "2019-08-24T14:15:22Z",
"revocation_reason": "CRL_REASON_UNSPECIFIED",
"created_at": "2019-08-24T14:15:22Z"
},
"user": {
"id": "string",
"created_at": "2019-08-24T14:15:22Z"
}
}