Dashboard
Welcome back, User
0
MAILBOXES
0
RECEIVED
0
SENT
$0.00
BALANCE
Create Email Address
✨ New Email Address
Cost: $0.01 • Balance: $0.00
📬 Your Email Addresses
No email addresses yet
My Emails
API Access
🔑 Your API Key
Use this API key to access your emails programmatically via the REST API.
Loading...
⚠️ Keep your API key secret. Do not share it publicly.
📚 API Documentation
Full documentation with code examples in Python, JavaScript, PHP, and more.
Our documentation includes:
- ✅ Complete endpoint reference
- ✅ Code examples for all languages
- ✅ Discord verification tutorial
- ✅ Error handling guide
- ✅ Best practices
🌐 API Base URL
https://blackbay.digital
API Documentation
Authentication
Include your API key in the Authorization header:
Authorization: Bearer bb-your-api-key
Endpoints
GET
/api/mailboxes
List all your mailboxes
POST
/api/mailboxes
Create a new mailbox
GET
/api/mailboxes/:id/messages
Get messages for a mailbox
GET
/api/messages/:id
Get a single message
DELETE
/api/messages/:id
Delete a message
POST
/api/send
Send an email
GET
/api/stats
Get account statistics
Example: Python
import requests
API_KEY = "bb-your-api-key"
BASE_URL = "https://blackbay.digital/api"
headers = {"Authorization": f"Bearer {API_KEY}"}
# Get all mailboxes
response = requests.get(f"{BASE_URL}/mailboxes", headers=headers)
mailboxes = response.json()["mailboxes"]
# Get messages for a mailbox
mailbox_id = mailboxes[0]["id"]
response = requests.get(f"{BASE_URL}/mailboxes/{mailbox_id}/messages", headers=headers)
messages = response.json()["messages"]
Add Funds
💰 Current Balance
$0.00
Available
💳 Add Funds via Crypto
Send cryptocurrency to add funds to your account
⚠️ Minimum deposit: $1.00 | Funds will be credited after 1 confirmation
📜 Transaction History
No transactions yet
Settings
👤 Profile Settings
🔒 Change Password
User Management
| ID | Username | Balance | Admin | Actions |
|---|
System Statistics
0
TOTAL USERS
0
TOTAL MAILBOXES
0
TOTAL MESSAGES
$0
TOTAL BALANCE