v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBAffiliate Invoices
Get Invoice By ID
get/affiliates/billings/affiliates/invoices/{invoiceId}
Path parameters
invoiceIdinteger required
The numeric ID of the invoice.
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
}
],
"extra_periods": [
{
"time_created": 1734455015,
"time_saved": 1734455015,
"relationship": {
"associated_details": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
]
}
}
]
}
}