Property Access
// GET /accounts/5516ee2634d8d93428169c0e?paths[]=name.first
{
"_id": "5516ee2634d8d93428169c0e",
"name": {
"first": "Jonas"
},
"object": "account"
}// GET /accounts/5516ee2634d8d93428169c0e/name/first
{
"object": "result",
"data": "Sarah Jones"
}Last updated
Was this helpful?