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

@blackbay.digital

📬 Your Email Addresses

No email addresses yet

My Emails

📭

No messages

Select a mailbox to view messages

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

Ł

Litecoin (LTC)

ltc1qhzjptwpym9afcdjhs7jcz6fd0yqlyfwkpvvs5n

Bitcoin (BTC)

bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
Ξ

Ethereum (ETH)

0x742d35Cc6634C0532925a3b844Bc9e7595f

⚠️ Minimum deposit: $1.00 | Funds will be credited after 1 confirmation

📜 Transaction History

No transactions yet

Settings

👤 Profile Settings

🔒 Change Password

User Management

ID Email Username Balance Admin Actions

System Statistics

👥
0
TOTAL USERS
📬
0
TOTAL MAILBOXES
📧
0
TOTAL MESSAGES
💰
$0
TOTAL BALANCE