Skip to main content
GET
/
brf
/
{companyId}
/
demographics
Get demographics for a BRF
curl --request GET \
  --url https://lens-api.tic.io/brf/{companyId}/demographics \
  --header 'x-api-key: <api-key>'
{
  "companyId": 123,
  "residentCount": 123,
  "medianAge": 123,
  "medianForvarvsinkomst": 123,
  "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
  "ageBuckets": [
    {
      "ageBucketId": 123,
      "ageBucketLabel": "<string>",
      "gender": 123,
      "residentCount": 123
    }
  ]
}
BRF add-on

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer<int32>
required

Internal company ID

Response

BRF demographics summary with age-bucket breakdown

companyId
integer<int32>
residentCount
integer<int32>
medianAge
null | integer<int32>
medianForvarvsinkomst
null | integer<int64>
lastUpdatedAtUtc
string<date-time>
ageBuckets
null | object[]