Email Service v1 (TempMail)
| SN | ENDPOINT | DESCRIPTION | REQUIRED | STATUS | ACTION |
|---|---|---|---|---|---|
| 1 |
Generate
GET, JSON
|
Generate a random temporary email address | apikey | ||
| 2 |
Inbox
GET, JSON
|
Get inbox messages for generated email | apikey, email | ||
| 3 |
Message
GET, JSON
|
Get specific message content from inbox | apikey, email, messageid | ||
| 4 |
Delete
GET, JSON
|
Delete a specific message from inbox | apikey, email, messageid |
Email Service v2 (TempMail v2)
| SN | ENDPOINT | DESCRIPTION | REQUIRED | STATUS | ACTION |
|---|---|---|---|---|---|
| 1 |
Generate
GET, JSON
|
Generate temp email address. Available modes: random, domain, dotgmail, plusgmail, googlemail. Auto-expires after 10 minutes. | apikey, mode(optional) | ||
| 2 |
Inbox
GET, JSON
|
Get all inbox messages with full content for a v2 email | apikey, email |
SMS Service (TempNumber)
| SN | ENDPOINT | DESCRIPTION | REQUIRED | STATUS | ACTION |
|---|---|---|---|---|---|
| 1 |
Generate
GET, JSON
|
Generate temp phone number. Available countries: random, uk, sweden, finland, netherlands, denmark, belgium, slovenia. Auto-expires after 10 minutes. | apikey, country(optional) | ||
| 2 |
SMS Inbox
GET, JSON
|
Get all received SMS messages for a temp number | apikey, number |
