Contents
Get my account settings
Get your account settings.
Method
GET
URL
https://typetalk.com/api/v1/profile
Scope
my
Response Example
{
"account": {
"id": 2500,
"name": "Jessica",
"fullName": "Jessica Lee",
"suggestion": "Jessica Lee",
"mailAddress": "example@nulab.com",
"imageUrl": "https://typetalk.com/accounts/2500/profile_image.png?t=123456789",
"isBot": false,
"lang": "en-US",
"timezoneId": "Asia/Singapore",
"createdAt": "2016-01-27T09:55:35Z",
"updatedAt": "2019-03-01T10:09:03Z"
},
"lang": "en-US",
"theme": "light",
"post": {
"useCtrl": false,
"emojiSkinTone": "skin-tone-4"
}
}
All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).