GET
/
enterprise
/
{organizationId}
/
domain-verification
curl --request GET \
  --url https://app.teable.cn/api/enterprise/%7BorganizationId%7D/domain-verification \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[
  {
    "id": "<string>",
    "domain": "<string>",
    "createdTime": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

200 - application/json
Successful
id
string
required
domain
string
required
createdTime
string
required