POSThttps://api.fyno.io/v1/FYXXXXXXXX/live/profiles/properties/numerical-add
Path Parameters
Body Parameters
    • key
      value
    • key
      value
    • key
      value
View in API Reference
Request
$curl -X POST https://api.fyno.io/v1/FYXXXXXXXX/live/profiles/properties/numerical-add \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "$add": {
> "property_1": 23.4,
> "property_2": 20301,
> "property_n": -39.45
> },
> "distinct_id": "XXXXXXXX"
>}'
Response