SRS Integration Partner Services
HomeV1 APIsV2 APIs
HomeV1 APIsV2 APIs
  1. Branches
  • Authentication
    • Token
      POST
  • Products
    • Catalog
      GET
    • By Item Codes
      POST
    • Price
      POST
    • catalog Item Convert
      POST
    • Color Recommendations
      POST
  • Deliveries
    • Coordinates
      GET
  • Branches
    • Branch Locations
      GET
    • Active Branch Products
      GET
    • Customer Branch Locations
      GET
  • Customers
    • OrderTemplates
      GET
  • Orders
    • Submit Order
      POST
  1. Branches

Branch Locations

GET
/branches/v2/branchLocations
This is a newly developed API that provides a comprehensive list of all branches within SRS.

Request

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/branches/v2/branchLocations' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'

Responses

đŸŸ¢200GET BranchLocations_Secure_Stg
application/json
Body

Example
[
    {
        "brandName": "SUNCOAST ROOFERS SUPPLY",
        "branchName": "SUNCOAST - PORT CHARLOTTE",
        "branchCode": "SRPCH",
        "branchAddress": "23264 Harbor View Road",
        "branchCity": "Port Charlotte",
        "branchState": "FL",
        "branchZip": "33980",
        "branchCityStateZip": "Port Charlotte, FL 33980",
        "branchFax": "941-279-2804",
        "branchPhone": "941-279-2795",
        "shippingMethods": [
            "Ground Drop",
            "Roof Load"
        ],
        "salesTypes": {
            "Delivery": "WHSE",
            "Pickup": "WILLCALL"
        },
        "businessHours": "MONDAY - FRIDAY, 7:00 AM TO 4:00 PM",
        "saturdayBusinessHours": "",
        "ordersEmail": "OrdersPortCharlotte@SuncoastRoofersSupply.com",
        "digitalOrdersEmailAddress": null
    },
    {
        "brandName": "SUNCOAST ROOFERS SUPPLY",
        "branchName": "SUNCOAST - TAMPA SOUTH",
        "branchCode": "SRTAS",
        "branchAddress": "498 Rille Ln",
        "branchCity": "Tampa",
        "branchState": "FL",
        "branchZip": "33619",
        "branchCityStateZip": "Tampa, FL 33619",
        "branchFax": "813-665-1656",
        "branchPhone": "813-665-1655",
        "shippingMethods": [
            "Ground Drop",
            "Roof Load"
        ],
        "salesTypes": {
            "Delivery": "WHSE",
            "Pickup": "WILLCALL"
        },
        "businessHours": "MONDAY - FRIDAY, 7:00 AM TO 4:00 PM",
        "saturdayBusinessHours": "",
        "ordersEmail": "OrdersTampaSouth@SuncoastRoofersSupply.com",
        "digitalOrdersEmailAddress": null
    }
]
Modified at 2025-09-25 12:30:46
Previous
Coordinates
Next
Active Branch Products
Built with