Verify domain ownership (admin)

POST/api/v1/domains/{id}/verify

Parameters

This endpoint does not accept parameters.

Responses

200Domain verification status

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/domains/{id}/verify" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Domain verification status
Example response not yet documented.