Skip to main content

Update Social Data

This API is used to update the social media information of an user.

Path Parameters
  • platform string required

    The social media platform, such as facebook.

Responses

Success response


{
"statusCode": 200,
"data": {
"_id": "632c78d94bdbb11808d5bf32",
"email": {
"id": "harish@bytize.in",
"token": "68fc2fc55b33c76048c00ea826e36d483edadd5d0db6ffc70921b999db3a50ce",
"verified": true
},
"mobile": {
"code": "+91",
"number": "9962794004",
"verified": false
},
"createdAt": "2022-09-22T15:01:09.098Z",
"deletedAt": null,
"addresses": [],
"otp": {
"code": 929664,
"createdAt": "2022-09-22T15:01:45.699Z"
},
"social": {
"facebook": {
"name": "Harish Mohan",
"dob": "1993-07-05",
"gender": "Male"
}
}
}
}