Invoicing - Setup
Get invoicing setup
Get invoicing setup configuration for the authenticated user
get/v6/invoicing/setup
Response
Success
Example response
{
"data": {
"brandColor": "4A90D9",
"defaultNote": "Thank you for your business!",
"defaultTerm": {
"type": "NET_30",
"dueDate": "2025-07-26"
},
"defaultReminderRecurrence": {
"frequency": "WEEKLY",
"interval": 1
},
"reimbursableMarkUpPercent": "15.0",
"setupComplete": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.