简体中文
Get my organization
cURL
curl --request GET \ --url https://app.teable.cn/api/organization/me \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>", "isAdmin": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get my organization successfully
The response is of type object.
object
The response is of type null.
null