curl --request GET \
--url https://services.leadconnectorhq.com/invoices/estimate/template \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<string>"
],
"totalCount": 123,
"traceId": "<string>"
}Get a list of estimate templates or a specific template by ID
curl --request GET \
--url https://services.leadconnectorhq.com/invoices/estimate/template \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"data": [
"<string>"
],
"totalCount": 123,
"traceId": "<string>"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Location Id or Agency Id
"6578278e879ad2646715ba9c"
location To search for an estimate template by id / name
"Alex"
Limit the number of items to return
10
Number of items to skip
10
Was this page helpful?