Get
/v1/invoices/{invoiceId}
Read a specific invoice by ID.
Security
HTTP
Type basic
HTTP Basic Authentication using your WACM username and API key.
For detailed authentication instructions, see the Authentication Guide.
Path parameters
invoiceId
integerRequired
Invoice ID
Responses
200
Successfully retrieved invoice
{
"success": "True",
"data": {
"id": "98765",
"subAccountId": "54321",
"subAccountName": "Sample Sub-Account",
"wasabiAccountNumber": "100123456",
"controlAccountId": "13337",
"controlAccountName": "Sample Control Account",
"governanceAccountId": "3214",
"governanceAccountName": "Sample Governance",
"invoiceDate": "2024-01-01",
"dueDate": "2024-01-31",
"totalAmount": "150.00",
"storageCost": "100.00",
"egressCost": "30.00",
"apiCallsCost": "20.00",
"currency": "USD",
"status": "Paid"
}
}object
success
boolean
data
object (InvoiceResponse)
id
integer
subAccountId
integer
subAccountName
string
wasabiAccountNumber
integer
controlAccountId
integer
controlAccountName
string
governanceAccountId
integer
governanceAccountName
string
invoiceDate
string (date)
dueDate
string (date)
totalAmount
number
storageCost
number
egressCost
number
apiCallsCost
number
currency
string
status
string