POST /v1/verified-domains
POST/v1/verified-domains
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
domainerforderlich | string | |
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 |