back

Describe Street Prefixes

Scope: get_ref_street_prefixes
App Type: Agency
Authorization Type: Access token
Url: v3/system/address/streetPrefixes?lang={lang}
HTTP Method: GET

Response Information

application/json

{
  "streetPrefixes": [
    {
      "id": "sample string 1",
      "display": "sample string 2"
    }
  ]
}