API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/verified-domains

POST/v1/verified-domains

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
domainerforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/verified-domains \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "domain": "string"
}'
const result = await cm.verified-domains.post({
  "domain": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche