# Create a Personalisation Value Create a new Personalization Value. Endpoint: POST /personalization/token/value Version: 1.0.0 Security: BearerAuth ## Request fields (application/json): - `property` (object, required) Reference to a Personalization Property - `property.id` (integer, required) - `token` (object, required) Reference to a Personalization Token - `value` (string, required) The string value that is applied to the token's property ## Response 201 fields (application/json): - `token` (object) - `token.id` (integer) - `property` (object) - `value` (string) ## Response 400 fields ## Response 401 fields