Convenience method that returns your company's client record. This command does not accept any arguments, and is the best way to test whether your connection to the API is a success.
Reading
GET /me HTTP/1.1 Host: assess.itemlogic.com |
Fields
See /clients for more information on fields returned in this query.
Sample Response
{ "code":"200", "status":"OK", "body":{ "client":{ "id":"5", "code":"KS", "name":"KobellSystems", "api_key_access":"8293e5a653b5e287ca55", "created":"2013-06-02 12:20:55", "updated":"2013-06-07 15:15:56" } } } |