- Notification Event
- Fyno Verify
- User Profiles
- User Subscriptions
- User Properties
POST
$ curl -X PUT https://api.fyno.io/v1/FYXXXXXXXX/live/profiles/XXXXXXXX \ > -H "Authorization: Bearer " \ > -H "Content-Type: application/json" \ > -d '{ > "channel": { > "discord": "101XXXXXXXXXX7XXXXX", > "email": "abcde@fghi.com", > "inapp": [ > { > "integration_id": "IXXXXXXX", > "token": "XXXXXXXX" > } > ], > "push": [ > { > "integration_id": "IXXXXXXX", > "token": "ExponentPushToken[XXXXX]" > } > ], > "slack": "CXXXXXXXXXX", > "sms": "919879XXXXXX", > "teams": "General", > "voice": "919879XXXXXX", > "whatsapp": "919879XXXXXX" > }, > "distinct_id": "new_distinct_id", > "name": "John Doe", > "timezone": "Asia/Kolkata" > }'