Returns the customer information
Request Code Samples
curl --location --request GET 'https://services-qa.roofhub.pro/customers/' \
--header 'Authorization: Bearer'
Responses
application/json {
"customerId": 12345,
"customerKey": "00012345",
"customerCode": "CSTMR1",
"customerName": "CUSTOMER NAME",
"addressLine1": "CUSTOMER ADDRESS",
"addressLine2": "",
"addressLine3": "",
"city": "PATCHOGUE",
"state": "NY",
"zipCode": "123456789",
"phone": "9876543210",
"fax": "9876543210",
"homeBranch": "BRANCH2",
"homeBranchId": 202,
"nonSaleableIndicator": "N"
}
Modified at 2025-09-25 11:08:59