v1
latestOpenAPI 3.0.02026-07-241220330.3 KBPublished Attributes
Create Published Attribute
post/published-attributes
Request body
Example request
{
"published_attribute_name": "income",
"data_type": "integer",
"default_value": 100000,
"default_value_note": "income of the entity",
"contains_pii": false,
"object_type": "entity",
"value_expires_in": "3000",
"jq_filter": ". + 0.5 | floor",
"description": "customer's income"
}Response
Published Attribute Object.
Example response
{
"published_attribute_token": "PA-54eKJIaGGzXdJcyBgrqK",
"message": "published attribute has been created"
}