Skip to main content

List Invoice Templates

GET /public/action/invoiceTemplates/list

Lists the names of invoice templates configured in the workspace.

Authentication: X-API-KEY header (see Authentication).

Request

curl -X GET https://api.withmoxie.com/public/action/invoiceTemplates/list \
-H "X-API-KEY: your_api_key_here"

Response

Returns an array of template name strings.

["Default", "Hourly Retainer", "Fixed Project"]