County

Supportable maintains a global list of Counties for the purpose of selecting a county for addresses. It is a nationwide list of counties.

Sample Request #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
GET https://connect.supportableapp.com/api/counties

Sample Response JSON #

Status: 200

[
  {
    "id": "622b13445378a35df240e877",
    "status": true,
    "name": "Alamance"
  },
  {
    "id": "622b13455378a35df240f2bc",
    "status": true,
    "name": "Alameda"
  },
  {
    "id": "622b13455378a35df240ec7b",
    "status": true,
    "name": "Albemarle"
  },
  {
    "id": "622b13455378a35df240f1d4",
    "status": true,
    "name": "Aroostook"
  },
  . . .
]

Notes on Values #

AttributeData TypeDescription
idstringThe unique identifier of the County.
statusbooleanWhether the County is active in Supportable.
namestringThe name of the County as it appears in the application.