API documentation
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 /me
{
"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"
}
}
Features
Company
Resources
© Copyright 2023 75if Ltd.
All rights reserved.