To check your balance, make the following API call.
Request parameters | |||
---|---|---|---|
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/user-balance?token=YOUR_API_TOKEN&type=json
{"status":"OK","balance":"660.928"}
OK|660.8664
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
Getting a new email address.
Request parameters | |||
---|---|---|---|
site | string | Required | The website for which an email address is needed. |
mail_type | string | Optional | The type of email (domain or email service) |
soft | integer | Optional | Used by developers in the referral program |
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-get-email?site=instagram.com&mail_type=gmail&type=json&api=2.0&token=YOUR_API_TOKEN
{"status":"OK","id":917928,"mail":"[email protected]"}
OK|904670|[email protected]
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
{"status":"ERROR","value":"BAD_SITE"}
ERROR|BAD_SITE
{"status":"ERROR","value":"BAD_DOMAIN"}
ERROR|BAD_DOMAIN
{"status":"ERROR","value":"BAD_BALANCE"}
ERROR|BAD_BALANCE
{"status":"ERROR","value":"OUT_OF_STOCK"}
ERROR|OUT_OF_STOCK
A request to receive emails using the previously obtained email address, using the activation id.
Request parameters | |||
---|---|---|---|
id | integer | Required | ID of the activation for which we should receive the message. |
full | integer | Optional | Specify 1 if you want to return the full message, not just the link (sometimes needed to save bandwidth). |
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-get-message?id=24&full=1&type=json&token=YOUR_API_TOKEN
{"status":"OK","value":"https://instagram.com/accounts/...","fullmessage":"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">..."}
OK|https://instagram.com/accounts/...|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">...
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
{"status":"ERROR","value":"WAIT_LINK"}
ERROR|WAIT_LINK
{"status":"ERROR","value":"NO_ACTIVATION"}
ERROR|NO_ACTIVATION
Cancellation of the previously provided email address with a refund (if the email is not received).
Request parameters | |||
---|---|---|---|
id | integer | Required | The activation ID that needs to be canceled. |
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-cancel?token=YOUR_API_TOKEN&id=126952&soft_id=76&type=json
{"status":"OK"}
OK
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
{"status":"ERROR","value":"NO_ACTIVATION"}
ERROR|NO_ACTIVATION
Reorder of the previously provided email address.
Request parameters | |||
---|---|---|---|
site | string | Required | The website for which an email address is needed. |
string | Required | Mail for which you want to receive a follow-up message. | |
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-reorder?token=YOUR_API_TOKEN&email=kcox6c5a@last30geng247.top&site=instagram.com&type=json
{"status":"OK","id":28,"mail":"[email protected]"}
OK|920452|[email protected]
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
{"status":"ERROR","value":"BAD_EMAIL"}
ERROR|BAD_EMAIL
{"status":"ERROR","value":"NO_ACTIVATION"}
ERROR|NO_ACTIVATION
Find activation id from site and email.
Request parameters | |||
---|---|---|---|
site | string | Required | The site you are working with. |
string | Required | Mail for which you want to receive a follow-up message. | |
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-get-fresh-id?token=YOUR_API_TOKEN&site=instagram.com&email=kcox6c5a@last30geng247.top
{"status":"OK","id":25}
OK|25
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN
{"status":"ERROR","value":"NO_ACTIVATION"}
ERROR|NO_ACTIVATION
List of all domains in our system.
Request parameters | |||
---|---|---|---|
token | string | Required | Your api key |
type | string | Optional | Response type json/text (default: json) |
https://api.mailsapi.org/mailbox-get-domains?token=YOUR_API_TOKEN
{"status":"OK","count":4703,"domains":["link-audot.top","evonu.cfd","aaqx.cfd"]}
OK|4449|["link-audot.top","cfxcinema.online"]
{"status":"ERROR","value":"BAD_TOKEN"}
ERROR|BAD_TOKEN