Retrieve an Asset Report (PDF)
POST https://{{env_url}}/asset_report/pdf/get
You can retrieve your Asset Report in multiple formats (PDF and JSON), determined by the endpoint you call.
JSON: /asset_report/get
PDF: /asset_report/pdf/get
Just like retrieving transaction
data, you need to wait several seconds to retrieve an assets report after you create one. A good practice is to retrieve the data when you are notified that it's ready via webhook.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "asset_report_token"=>"{{asset_report_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |