Tích hợp ZuckMails vào ứng dụng của bạn. Tạo email tạm, nhận OTP tự động qua REST API.
https://api.zuckmails.com
https://zuckmails.com/api cũng hoạt động tương đương. Admin panel tại https://admin.zuckmails.com
Authorization: Bearer YOUR_TOKEN hoặc X-Api-Key: tm_xxx cho API key.| Parameter | Type | Description |
|---|---|---|
| username | string | 3-30 ký tự (a-z, 0-9, _) |
| password | string | Tối thiểu 6 ký tự |
| string optional | Email liên hệ (phải đúng định dạng) |
| Parameter | Type | Description |
|---|---|---|
| username | string | Tên đăng nhập |
| password | string | Mật khẩu |
| Parameter | Type | Description |
|---|---|---|
| old_password | string | Mật khẩu hiện tại |
| new_password | string | Mật khẩu mới (tối thiểu 6 ký tự) |
| Parameter | Type | Description |
|---|---|---|
| limit | number optional | Số bản ghi (mặc định 50, tối đa 200) |
Trả về hướng dẫn cấu hình MX, SPF, DMARC cho domain của bạn.
| Parameter | Type | Description |
|---|---|---|
| domain | string optional | Chọn domain, bỏ trống = ngẫu nhiên |
| username | string optional | Custom alias, 2-30 ký tự (chỉ Pro/Enterprise) |
| Parameter | Type | Description |
|---|---|---|
| domain | string optional | Chọn domain |
| username | string optional | 2-30 ký tự (a-z 0-9 . _ -) |
| expiry_hours | number optional | Thời gian tồn tại (mặc định 24h) |
| Parameter | Type | Description |
|---|---|---|
| limit | number optional | Số email tối đa (mặc định 50, tối đa 200) |
| Parameter | Type | Description |
|---|---|---|
| limit | number optional | Số tin nhắn tối đa (mặc định 50, tối đa 200) |
Trả về tin nhắn mới nhất của email. Response giống 1 item trong inbox.
Trả về nội dung tin nhắn và tự động đánh dấu là đã đọc.
Xóa email và tất cả tin nhắn. Không hoàn lại credit.
| Parameter | Type | Description |
|---|---|---|
| provider | string optional | Lọc theo nhà cung cấp |
| Parameter | Type | Description |
|---|---|---|
| provider | string optional | Lọc theo provider |
| timeout | number optional | Thời gian chờ tối đa, giây (mặc định 60, max 120) |
| Parameter | Type | Description |
|---|---|---|
| url | string | URL callback (HTTPS/HTTP, không được là IP nội bộ) |
| events | string[] optional | Mặc định: ["email.received"] |
X-Hub-Signature-256 bằng HMAC-SHA256 với secret trước khi xử lý. Tối đa 5 webhooks mỗi tài khoản.Trả về tất cả webhooks của bạn.
Xóa webhook theo ID.
| Parameter | Type | Description |
|---|---|---|
| plan | string | "pro" hoặc "enterprise" |
| payment_method | string optional | Phương thức thanh toán (momo, bank, crypto) |
| transaction_id | string optional | Mã giao dịch |
X-RateLimit-Limit, X-RateLimit-Remaining, Retry-After.| Endpoint | Giới hạn |
|---|---|
| POST /api/auth/login | 10 req/phút |
| POST /api/auth/register | 5 req/phút |
| /api/emails/* | 60 req/phút |
| /api/* (chung) | 120 req/phút |
| Header | Authorization: Bearer YOUR_TOKEN |
| Link Get Email | https://api.zuckmails.com/emails/generate?email={Email} |
| Cắt Email | "address":"([^"]+) |
| Cắt ID | "address":"([^"]+) |
| Link Get Code | https://api.zuckmails.com/emails/{Email}/otp/wait?timeout=60 |
| Cắt Code | "otp_code":"(.*?)" |
| List Domain | zuckmails.com |
{"success":true,"data":{"address":"[email protected]","expires_at":"..."}}{"success":true,"data":{"otp_code":"847293","provider":"Facebook"}}
| Header | X-Api-Key: tm_your_api_key |
| Link Get Email | https://api.zuckmails.com/emails/rent?email={Email} |
| Cắt Email | "address":"([^"]+) |
| Link Get Code | https://api.zuckmails.com/emails/{Email}/otp/wait?timeout=60 |
| Cắt Code | "otp_code":"(.*?)" |