[edit] notifications
Retrieve my notifications
Please note that this API is only available to the logged in user.
- URL: http://api.neoseeker.com/members/me/notifications/ (Note: "me" only)
- Formats: json
- Methods(s): GET, POST
- Params: group(set to 0 for no grouping)
- Returns: an array of notifications in JSON format
[edit] pm threads
This API call is currently not available yet.
Retrieve a member's profile information.
- URL: http://api.neoseeker.com/members/$memberid/
- Formats: json
- Method(s): GET
- Params:
- Connections:
pm_threads return an array of all private message threads in the member's inbox. - Returns:: entire json object
You can replace the $memberid with "me" to get the profile of the current logged in user.
Example requests:
http://api.neoseeker.com/members/1/?dev_token=YOUR_DEV_TOKEN http://api.neoseeker.com/members/me/?dev_token=YOUR_DEV_TOKEN
json output




