API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Deliverability Checkget
Schemas
powered by Zudoku
Email Deliverability API
Email Deliverability API

Schemas


DeliverabilityResponse

domain
​string · required

The domain name that was evaluated

Example: example.com
score
​integer · min: 0 · max: 100 · required

The overall deliverability score (0-100)

Example: 85
improvements
​string[] · required

List of actionable improvements to enhance deliverability

Example: ["Add a valid DKIM record to help verify the sender's identity.","Configure a valid reverse DNS (PTR) record for better server reputation."]
​object · required
​object
reverse_dns
​string

The PTR record of the provided IP address (if available)

Example: mail.example.com
ip_in_spf
​boolean

Indicates whether the provided IP address is included in the SPF record

Example: true

Error

error
​string · required

Error message

Example: Missing required parameter 'domain'
code
​integer · required

HTTP status code

Example: 400
On this page
  • DeliverabilityResponse
  • Error