API Documentation

Integrate temporary email functionality into your applications.

REST API Specification

Explore our interactive Swagger documentation.

Open Swagger UI

Authentication

All requests (except the token request) require an Authorization header with a Bearer token.

Authorization: Bearer YOUR_ACCESS_TOKEN

Quick Start Flow

1
Get Access Token POST/gtoken

No request body needed. Extract the access_token from the response.

2
Generate Email POST/email

Authorization header required. Extract the email from the response.

3
Search Inbox POST/search/:email/inbox

Search for emails. Sample body:

{ "contains_subject": "subject" }