Authentication

self

method: GET

secured: true

url: /v1/auth/self.json

If sucessfull you will see a response like this:

{
  "Guid": "32-388502",
  "Name": "Joe Sperske",
  "Image": "https://s3.amazonaws.com/static.gnld.com/profile/32/388502/profile.jpg",
  "Title": {
    "Name": "Manager",
    "Value": 32
  },
  "Promote": {
    "Url": "http://neolifeclub.com/yokoyama"
  },
  "Cart": null,
  "success": true,
  "error": null,
  "errorAction": "NONE"
}