GET
/
verify
/
file
/
{id}
/
download
cURL
curl --request GET \
  --url https://apis.proofy.io/v1/verify/file/{id}/download
{
  "status": "ready",
  "url": "https://data-exchange-dev-verifier.s3.amazonaws.com/bulks/exports/9f13c66c-51b5-4f28-8470-606a1d4bf099.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYJMSIKZRYBTA5MPB%2F20240804%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240804T135925Z&X-Amz-Expires=6000&X-Amz-Signature=6336b64a6d33034fc17a930d001f8306a1c9481932f2a262a58e3ddc5c1ce513&X-Amz-SignedHeaders=host"
}
This endpoint returns a link to a file containing the verification result data in CSV format. The only required parameters for this endpoint are the API key and the file ID of the file to be uploaded.

Authorizations

api_key
string
query
required

Path Parameters

id
string
required

Response

Successful

status
string
url
string