Table of Contents
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 #
Headers | Authorization = Bearer [token] |
Parameters | None |
Body | None |
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 #
Attribute | Data Type | Description |
---|---|---|
id | string | The unique identifier of the County. |
status | boolean | Whether the County is active in Supportable. |
name | string | The name of the County as it appears in the application. |