Email Testing tool

API

get list of emails

response example:

{
	"emails": [
		{
			"id": "123",
			"sender": "sender",
			"recipient": "recipient",
			"subject": "subject",
			"timestamp": "timestamp"
		}
	]
}
{
	"emails": [
		{
			"id": "321",
			"sender": "sender",
			"recipient": "recipient",
			"subject": "subject",
			"timestamp": "timestamp"
		}
	]
}
{
	"id": "6da950f1-e433-4965-80b2-6a5f26eb8a36",
	"sender": "sender@gmail.com",
	"recipient": "recipient@email-testing.pp.ua",
	"subject": "test",
	"body": "xxx",
	"timestamp": 1737814882102
}
{
	"status": "ok"
}
{
	"content": "test"
}
{
	"content": "test"
}