- Notification Event
- Fyno Verify
- User Profiles
- User Subscriptions
- User Properties
POST
$ curl -X POST https://api.fyno.io/v1/FYXXXXXXXX/live/profiles \ > -H "Authorization: Bearer " \ > -H "Content-Type: application/json" \ > -d '{ > "distinct_id": "XXXXXXXX", > "name": "John Doe", > "timezone": "Asia/Kolkata" > }'