Returns the complete BIMI (Brand Indicators for Message Identification) status for a domain.
Response includes: - dns_status: DMARC and BIMI DNS record status - dmarc_valid: Whether DMARC record meets BIMI requirements (p=quarantine or p=reject with pct=100) - dmarc_policy: Current DMARC policy value - dmarc_pct: Current DMARC percentage value - bimi_record_found: Whether a BIMI TXT record exists - bimi_record_value: The current BIMI TXT record value - logo_status: BIMI logo upload status (if applicable) - uploaded: Whether a logo has been uploaded - public_url: CDN URL for the logo - valid_for_bimi: Whether the logo passes BIMI validation - validation_errors: Any validation issues - repairs_applied: Automatic fixes applied during upload - certificate_status: VMC/CMC certificate status (if applicable) - has_certificate: Whether a certificate is attached - certificate_type: ‘vmc’ or ‘cmc’ - certificate_valid: Whether certificate is valid - expires_at: Certificate expiry date - days_until_expiry: Days remaining until expiry - expiring_soon: True if expires within 30 days - recommended_record: The BIMI DNS record to publish - readiness: Overall BIMI readiness assessment - ready: Whether domain is ready for BIMI - blockers: List of issues preventing BIMI - recommendations: Suggested improvements
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server crashed for some reason |