shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex/female/alice HTTP/1.1 200 OK content-type: application/json etag: 552203147 { "error" : false, "code" : 200, "vertex" : { "_id" : "female/alice", "_key" : "alice", "_rev" : "552203147", "name" : "Alice" } }