π±Profile
Profile Schema
{
"country": "BE",
"region": "string",
"address_line1": "string",
"address_line2": "string",
"city": "string",
"postal_code": "string",
"weight": 0,
"length": 0,
"birthday": {},
"gender": 1,
"comorbidities": [
"HEART_FAILURE"
],
"physician": "string",
"smoker": true,
"activity": "NOT_ACTIVE",
"fibricheck_info": {
"app": {
"version": "string"
},
"device": {
"os": "string",
"model": "string",
"type": "android",
"manufacturer": "string"
}
},
"impediments": [
"TREMOR"
],
"custom_fields": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}Update Profile
SDK
REST API
Update the profile of the authenticated user
Query Parameters
Name
Type
Description
Get information about the authenticated user
Get information about the authenticated user
Last updated