Logo
Fastly Developer Hub API Documentation

Get an invoice

GET {{fastly_url}}/billing/v2/account_customers/{{customer_id}}/invoices/{{invoice_id}}

Get the invoice for the given invoice_id.

Authorization: API token with at least Billing permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://api.fastly.com/billing/v2/account_customers//invoices/' -H 'Host: api.fastly.com' -H 'Accept: application/json'

ENDPOINTS