Skip to main content
GET
/
api
/
v1
/
verification
/
verification-pdf
/
{trustValidationId}
Trust Validation Result PDF Download
curl --request GET \
  --url https://{environment-subdomain}.idmetagroup.com/api/v1/verification/verification-pdf/{trustValidationId} \
  --header 'Authorization: Bearer <token>'
"<string>"
This endpoint returns a PDF file, not JSON. In Try it, set Accept to application/pdf, enter your trustValidationId and Bearer token, then click Send. When the request succeeds, use the Download button in the response panel to save the PDF.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/pdf

Request a PDF file download.

Path Parameters

trustValidationId
string
required

Trust validation ID for the session. Use the trustValidationId returned from create trust validation.

Response

200 - application/pdf

Verification summary PDF downloaded successfully

PDF report containing all verification results for the trust validation session.