Tone docs
API referenceCalls

Download a call's evidence record as a PDF

The same sealed record GET /v1/calls/{id}/evidence returns, rendered as a human-readable document with the hash-chain seal on page one.

Requires the read scope. A key with less gets 403 insufficient_scope.

GET
/v1/calls/{id}/evidence.pdf
AuthorizationBearer <token>

Authorization: Bearer tone_live_… or tone_test_…. The prefix IS the environment: a test key reaches only the sandbox, and no request field bridges the two.

In: header

Path Parameters

id*string

The call's id.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/calls/string/evidence.pdf"
Empty
Was this page helpful?