Skip to main content
GET
/
v1
/
customers
/
{customer_id}
/
invoices
/
{invoice_id}
/
pdf
Get an invoice PDF
curl --request GET \
  --url https://api.metronome.com/v1/customers/{customer_id}/invoices/{invoice_id}/pdf \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required
invoice_id
string<uuid>
required

Response

Success

The response is of type object.

I