API documentation

User

Overview

The user represents the user you are currently logged in for each API call.

As of now, you can't create an user through the API, nor retrieve someone else other than you through the API.

Get yourself

GET /me

Response

{
  "data": {
    "id": 1,
    "object": "user",
    "first_name": "John",
    "last_name": "Doe",
    "email": "admin@admin.com",
    "timezone": "US\/Eastern",
    "currency": {
      "id": 2,
      "object": "currency",
      "iso": "USD",
      "name": "US Dollar",
      "symbol": "$"
    },
    "locale": "en",
    "is_policy_compliant": false,
    "account": {
      "id": 1
    },
    "created_at": "2018-05-14T22:21:09Z",
    "updated_at": "2018-05-14T22:21:09Z"
  }
}

Company

© Copyright 2024 75if Ltd.
All rights reserved.