English
Get instance organization, only for enterprise edition
cURL
curl --request GET \ --url https://app.teable.io/api/instance/organization \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "id": "<string>", "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get instance organization successfully
The response is of type object.
object