recipe and grocery list api documentation

"Developers, developers, developers."

User Profile

The User Profile object refers to a BigOven user. BigOven.com accounts are free, and tied to an email address.

You may read account information via the API, but at the present time, you must direct users to BigOven.com to create a free account or modify their account information. The URL to visit to sign up is http://www.bigoven.com/signmeup.aspx, and the URL for membership modification is http://www.bigoven.com/private/sec/myaccount.aspx

The following methods are supported for the User Profile object.

CREATE READ UPDATE DELETE
User Profile N/A Yes No N/A

Creating a User Profile (HTTP POST)

This method is not applicable.

Reading a User Profile (HTTP GET)

GET http://api.bigoven.com/profile
Parameter Description Required?
N/A N/A N/A

Updating a User Profile (HTTP PUT)

This method is not supported at this time.

Deleting a User Profile (HTTP DELETE)

This method is not applicable.

 

Sending request...