cURL
curl --request GET \ --url https://sandbox.tight.com/v6/invoicing/setup \ --header 'Authorization: Bearer <token>'
{ "result": "SUCCESS", "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 } }
Get invoicing setup configuration for the authenticated user
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
Success
The result of the action performed.
SUCCESS
FAILURE
The data generated by the action performed.
Show child attributes