Get Invoice Statuses
Retrieve a list of all possible statuses that can be assigned to an invoice.
get/invoices/statuses
Response
200
Example response
{
"data": [
{
"id": 3319495,
"name": "Draft",
"color": "#1E79C7",
"group": 8
}
],
"count": 5,
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.