Puts me.
PUT
/me/profile
Me
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api2.bigoven.com/me/profile'
Response Response Example
{
"Accounting": {
"CreditBalance": 0,
"MemberSince": "2019-08-24T14:15:22Z",
"PremiumExpiryDate": "2019-08-24T14:15:22Z",
"UserLevel": "string"
},
"BOAuthToken": "string",
"LastChangeLogID": "string",
"Personal": {
"Email": "string",
"Location": {
"City": "string",
"Country": "string",
"DMA": 0
}
},
"Preferences": {
"EatingStyle": "string"
},
"Profile": {
"AboutMe": "string",
"BackgroundUrl": "string",
"Counts": {
"AddedCount": 0,
"FollowersCount": 0,
"FollowingCount": 0,
"PrivateRecipeCount": 0,
"PublicRecipeCount": 0,
"TotalRecipes": 0
},
"FirstName": "string",
"FullName": "string",
"HomeUrl": "string",
"LastName": "string",
"PhotoUrl": "string",
"UserID": 0,
"UserName": "string"
}
}
Request
Body Params application/x-www-form-urlencoded
AboutMe
string
optional
BackgroundUrl
string
optional
Counts
string
optional
FirstName
string
optional
FullName
string
optional
HomeUrl
string
optional
LastName
string
optional
PhotoUrl
string
optional
UserID
integer
optional
UserName
string
optional
Responses
Modified at 2023-08-15 06:02:32