SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Customers
  • Authentication
    • Token
      POST
  • Orders
    • Delivery Details
      GET
    • Deliveries list
      POST
    • Proof of Delivery
      GET
    • Order Details
      GET
    • Order list
      POST
    • Submit Order
      POST
  • Invoices
    • Invoice Details
      GET
    • Invoices List
      POST
    • Invoice PDF
      GET
  • Customers
    • Customer Details
      GET
    • Validate Customer
      GET
    • Nearest Eligible Branch
      GET
    • Ship to Address
      GET
    • Order Templates
      GET
  • Products
    • Pricing
      POST
  • Branches
    • Branch Details
      GET
    • Branch Active Items
      GET
  1. Customers

Validate Customer

GET
/customers/validate/
Validate a user as a current SRS customer

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://services-qa.roofhub.pro/customers/validate/?accountNumber=&invoiceNumber=&invoiceDate=&billedAmount&integrationKey' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Body

Example
{
    "validIndicator": "Y",
    "customerId": 46225,
    "accountNumber": "STO1170",
    "customerName": "STORM TEAM CONSTRUCTION INC",
    "homeBranchId": "3",
    "customerAddress1": "4050 S US HWY 1",
    "customerAddress2": "SUITE 303",
    "customerAddress3": "",
    "customerCity": "JUPITER",
    "customerState": "FL",
    "customerZipCode": "33477",
    "customerPhone": "6146944583"
}
Modified at 2025-09-25 13:26:41
Previous
Customer Details
Next
Nearest Eligible Branch
Built with