curl --request GET \
--url https://app.kosli.com/api/v2/attestations/{org}/{flow_name}/trail/{trail_name}/attestation/{attestation_id}/evidence \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"errors": {}
}Download the evidence file attached to an attestation.
curl --request GET \
--url https://app.kosli.com/api/v2/attestations/{org}/{flow_name}/trail/{trail_name}/attestation/{attestation_id}/evidence \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"errors": {}
}Was this page helpful?