cURL
curl --request GET \ --url https://api.vantage.sh/v2/invoices/{invoice_token}/cost_report \ --header 'Authorization: Bearer <token>'
{ "cost_report_url": "https://example.com/cost_report.pdf" }
Get cost report URL for invoice period.
The access token received from the authorization server in the OAuth 2.0 flow.
CostReportUrl model
The URL of the cost report.
"https://example.com/cost_report.pdf"