v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBBilling
Get Partner Invoice
get/networks/billings/affiliates/invoices/{invoiceId}
Path parameters
invoiceIdinteger required
The unique invoice ID.
Query parameters
relationship'affiliate' | 'all'
Include additional related data in the response. The details and payments relationships are always returned. Use affiliate to add the affiliate object, or all to include everything.
Response
Example response
{
"time_created": 1734455015,
"time_saved": 1734455015,
"relationship": {
"details": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
],
"payments": [
{
"unix_timestamp": 1734455015,
"time_approved": 1734455015,
"time_completed": 1734455015
}
]
},
"details": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
]
}