Skip to main content
GET
/
localities
/
reportCarriers
Get carriers report by locality
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/localities/reportCarriers'
{
  "data": [
    {
      "locality_id": 123,
      "locality_name": "<string>",
      "carriers_count": 123
    }
  ]
}

Query Parameters

id
integer

The ID's of the locality to generate the report for

Response

Carriers report for the specified locality

data
object[]
required