Customer Invoice Templates
List customer invoice templates
List customer invoice templates
ℹ️ This endpoint requires one of the following scopes:
customer_invoice_templates:readonly
GET
Query Parameters
Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.
Example:
"dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 100.
Example:
"20"
You can choose to sort items on specific attributes
Sort field may be prefixed with -
for descending order.
Example : id
will sort by ascending order, -id
will sort by descending order.
Available fields : id
Example:
"id"
Response
200
application/json
A list of customer invoice templates
The response is of type object
.