Segmentation
Last updated
Last updated
GET /v1/public/company/hierarchy HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"name": "text",
"children": []
}
]GET /v1/public/company/groups HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"name": "text"
}
]GET /v1/public/company/characteristics HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"type": "DATE",
"name": "text",
"allowedValues": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"label": "text"
}
]
}
]