feat: add BIMI posture readiness checks

This commit is contained in:
Christian Krakau-Louis
2026-05-23 17:05:05 +02:00
parent 805c36344f
commit 6681aa4da0
8 changed files with 631 additions and 8 deletions
+9
View File
@@ -96,6 +96,15 @@ Returns details for a specific domain.
}
```
#### Get BIMI Posture
```
GET /domains/{domain_id}/dns/bimi
```
Returns the cached BIMI TXT posture for the default selector, including the
queried DNS name, record text, logo URL, certificate URL, warnings, and errors.
#### Add Domain
```