curl --request GET \
--url https://services.leadconnectorhq.com/invoices/estimate/list \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"estimates": [
"<string>"
],
"total": 123,
"traceId": "<string>"
}Get a paginated list of estimates
curl --request GET \
--url https://services.leadconnectorhq.com/invoices/estimate/list \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"estimates": [
"<string>"
],
"total": 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 startAt in YYYY-MM-DD format
"2023-01-01"
endAt in YYYY-MM-DD format
"2023-01-01"
search text for estimates name
"Home services estimate"
estimate status
all, draft, sent, accepted, declined, invoiced, viewed "sent"
Contact ID for the estimate
"AmuzcoPBpgKeccNsFlib"
Limit the number of items to return
10
Number of items to skip
10
Was this page helpful?