Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 473 Bytes

Readme.md

File metadata and controls

24 lines (13 loc) · 473 Bytes

To see all results, check out the API page: https://api.mail.tm/

User needs to login to access JWT token. Registration does not return this information, log in after registration.

After the login process, the user's JWT token and ID are assigned to mailtm.token and mailtm.id


Domain

List Domains

$result = (new Mailtm())->getDomains();

Get Domain

$result = (new Mailtm())->getDomains('[domain id]');