Account

Freckle is now Noko! Learn how to migrate your apps here

Get your Account’s details

GET /account/

Response

Status: 200 OK
{
  "id": 3344,
  "name": "testit",
  "invoicing_enabled": true,
  "owner": {
    "id": 5538,
    "email": "john.test@test.com",
    "first_name": "John",
    "last_name": "Test",
    "profile_image_url": "https://api.nokotime.com/images/avatars/0000/0001/avatar.jpg",
    "url": "https://api.nokotime.com/v2/users/5538"
  },
  "url": "https://api.nokotime.com/v2/account/",
  "created_at": "2012-01-09T08:33:29Z",
  "updated_at": "2012-01-09T08:33:29Z"
}