English
Create a domain verification
cURL
curl --request POST \ --url https://app.teable.io/api/enterprise/%7BorganizationId%7D/domain-verification \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"domain":"string","verifyCode":"string"}'
{ "id": "<string>", "domain": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Domain verification created successfully.
The response is of type object.
object