トークンのボットユーザーを取得
GET
/v1/users/meトークンのボットユーザーを取得します。
Requestパラメータ
Headerパラメータ
Notion-Version
string
必須
サンプルコード
Response
OK(200)
HTTPステータスコード: 200
コンテンツ形式: JSONapplication/json
データ構造
object
string
必須
id
string
必須
name
string
必須
avatar_url
null
必須
type
string
必須
bot
object
必須
owner
object
必須
例成功例
{
"object": "user",
"id": "16d84278-ab0e-484c-9bdd-b35da3bd8905",
"name": "pied piper",
"avatar_url": null,
"type": "bot",
"bot": {
"owner": {
"type": "user",
"user": {
"object": "user",
"id": "5389a034-eb5c-47b5-8a9e-f79c99ef166c",
"name": "christine makenotion",
"avatar_url": null,
"type": "person",
"person": {
"email": "christine@makenotion.com"
}
}
}
}
}
最終更新: 2 years ago