Skip to content

Instantly share code, notes, and snippets.

@Prophet32j
Last active August 29, 2015 14:13
Show Gist options
  • Save Prophet32j/d021dd8bb74956200c36 to your computer and use it in GitHub Desktop.
Save Prophet32j/d021dd8bb74956200c36 to your computer and use it in GitHub Desktop.
{
parent: {
"_id":"54aeeadb3d9fe2bc01cac125",
"email":"[email protected]",
"first_name":"First",
"last_name":"Last",
"__v":0,
"readers":[],
"activated":false,
"last_login":null,
"created":"2015-01-08T20:38:51.007Z"
}
}
@Prophet32j
Copy link
Author

API that would retrieve this on the server would be
/parents/54aeeadb3d9fe2bc01cac125
or
/parents/[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment