Skip to main content
GET
/
invoices
/
{invoice_token}
/
cost_report
Get cost report URL
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

invoice_token
string
required

Response

Get cost report URL for invoice period.

CostReportUrl model

cost_report_url
string
required

The URL of the cost report.

Example:

"https://example.com/cost_report.pdf"