DisposableEmailResponse
Response schema for disposable email domain check.
Returns a risk score from 0-100 indicating the likelihood that
the domain is used for disposable/temporary email services.
| Property | Type | Description |
domain* |
string |
Domain name that was checked for disposability
|
score* |
integer |
Disposability risk score from 0-100 where higher scores indicate higher risk. Risk levels: 0 = Definitely legitimate (Gmail, Outlook, Yahoo, major providers), 1-30 = Low risk (corporate domains, unknown but legitimate-looking), 31-60 = Medium risk (suspicious patterns, questionable TLDs), 61-85 = High risk (catch-all domains, pattern matches), 86-100 = Very high risk (known disposable, definitely temporary)
|
DomainsOut
Schema representing a list of domains.
| Property | Type | Description |
domains* |
array[string] |
Domains
|
InboxItem
Schema representing an item in the inbox.
| Property | Type | Description |
mid* |
string |
Mid
|
textTo* |
string |
Textto
|
textFrom* |
string |
Textfrom
|
textSubject* |
string |
Textsubject
|
textDate* |
string |
Textdate
|
attachments |
array[object] |
|
InboxMessage
Represents a message in the inbox.
| Property | Type | Description |
mid* |
string |
Unique identifier for the message
|
textDate* |
string |
Date and time of the message
|
textTo* |
string |
Recipient of the message
|
textFrom* |
string |
Sender of the message
|
textSubject* |
string |
Subject of the message
|
InboxOut
Schema representing the output of the inbox, containing multiple messages.
| Property | Type | Description |
messages* |
array[object] |
Messages
|
InboxResponse
Response model for inbox messages.
| Property | Type | Description |
messages* |
array[object] |
List of inbox messages
|
ListTempOutlookResponse
Response model for listing temporary Outlook items.
| Property | Type | Description |
data* |
array[object] |
List of temporary Outlook items
|
pagination* |
object |
Represents pagination information for list responses.
|
MessageOut
Schema representing the output of a message.
| Property | Type | Description |
body* |
string |
Body
|
attachments |
array[object] |
|
MessageResponse
Response model for a single message content.
| Property | Type | Description |
body* |
string |
Body content of the message
|
RandomOutlookResponse
Response model for a random temporary Outlook email.
| Property | Type | Description |
email* |
string |
Random Outlook email address
|
timestamp* |
integer |
Timestamp when the email was generated
|
type* |
string |
Type of email (real or alias)
Enum: real, alias |
TempOutlookItem
Represents a temporary item in the Outlook inbox.
| Property | Type | Description |
emails* |
array[string] |
List of temporary email addresses
|
timestamp* |
integer |
Unix timestamp of the item creation
|