# Create a Personalization Option Create a new Personalization Option. Endpoint: POST /personalization/property/option Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `name` (string) The value of the personalization property option, e.g. 'e-commerce' for the 'industry' property. - `property` (object) - `property.id` (integer) ## Response 201 fields (application/json): - `_embedded` (object) - `_embedded.property` (object) - `_embedded.property.id` (integer) - `_embedded.property._links` (object) - `_embedded.property._links.self` (object) - `_embedded.property._links.self.href` (string) Example: "https://api.foleon.com/..." - `created_on` (string) - `modified_on` (string) - `name` (string) - `status` (string,null) - `values` (object) ## Response 400 fields ## Response 401 fields