cURL
curl --request GET \
--url https://app.teable.ai/api/organization/me \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"id": "<string>",
"name": "<string>",
"isAdmin": true
}organization
Get organizationme
Get my organization
GET
/
organization
/
me
cURL
curl --request GET \
--url https://app.teable.ai/api/organization/me \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"id": "<string>",
"name": "<string>",
"isAdmin": true
}Last modified on March 5, 2026
Was this page helpful?
⌘I

