简体中文
Get a domain verification
cURL
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>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful
The response is of type object[].
object[]