Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions specs/email-sending.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1728,17 +1728,16 @@ components:
- `compliant` - Domain has passed all compliance checks and is ready to send emails.
- `suspended` - Domain sending has been suspended. Contact [Mailtrap Support](mailto:support@mailtrap.io) to resolve the issue.
enum:
- initial
- unverified_dns
- demo
- demo_exhausted
- unverified_dns
- missing_company_info
- pending
- pending_cc
- under_review
- compliant
- awaiting_questionnaire
- awaiting_card_verification
- non_compliant
- compliant
- suspended
- exhausted
dns_verified:
type: boolean
dns_verified_at:
Expand Down
Loading