GET
/
diligence
/
v1
/
public
/
report
/
pdf
/
{id}
Get report PDF by report ID
curl --request GET \
  --url https://api.messari.io/diligence/v1/public/report/pdf/{id} \
  --header 'X-Messari-API-Key: <api-key>'
{
  "data": {
    "pdfUrl": "<string>",
    "ttl": "<string>"
  },
  "error": "<string>"
}

Authorizations

X-Messari-API-Key
string
header
required

Path Parameters

id
string<byte>
required

ID of the report

Response

200
application/json

Default response

The response is of type object.