Skip to content

bram2268/Temp-Mail-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Temp-Mail-API

Temp Mail API - API Endpoint for Tempinbox

The following endpoints are available for interacting with the Tempinbox API.

  "method": "GET",
  "path": "/domains",
  "description": "List all Available Domains"

  "method": "GET",
  "path": "/email/{Email}",
  "description": "Create Custom Temp Mail Address"

  "method": "GET",
  "path": "/email/Random",
  "description": "Create Random Temp Mail Address"

  "method": "GET",
  "path": "/messages/{Email}",
  "description": "Fetch Messages in Mailbox"

  "method": "GET",
  "path": "/message/{ID}",
  "description": "Fetch Single Message Using ID"

  "method": "DELETE",
  "path": "/message/{ID}",
  "description": "Delete Message Using ID"

Rate Limits Apply to keep the API available and stable for everyone.

Powered by: https://www.tempinbox.xyz

Releases

No releases published

Packages

No packages published