You want access to our API? Request your key by asking our support on Telegram: @rawproxy
Create Email
Validate the Email ID and provides a sanitized one.
GET
https://binmail.co/api/email/[email]/[apikey]
Parameters
[apikey] - Key which have been provided to you by our support.
[email] - Email ID that you want to create.
Fetch Messages
Get email messages of the provided Email ID.
GET
https://binmail.co/api/messages/[email]/[apikey]
Parameters
[apikey] - Key which have been provided to you by our support.
[email] - Email ID that you want to fetch messages from.
Fetch Single Messages
Get email message based on the provided message ID.
GET
https://binmail.co/api/message/[message_id]/[apikey]
Parameters
[apikey] - Key which have been provided to you by our support.
[message_id] - Message ID that you want to fetch.
Delete Message
Delete a specific email message with the given ID.
DELETE
https://binmail.co/api/message/[message_id]/[apikey]
Parameters
[apikey] - Key which have been provided to you by our support.
[message_id] - Unique identifier for the specific message to delete.