API Access

Integrate temporary email into your application

REST API JSON Response Free to Use
Simple
Easy Integration
Fast
Low Latency
Secure
HTTPS Only
Free
No Cost

Getting Started

The GMailFB API allows developers to programmatically generate temporary email addresses and fetch received messages. No authentication required for basic usage.

Base URL

https://gmailfb.com/api/

API Endpoints

GET /api/?action=getDomains

Returns list of all available email domains

{
  "domains": ["gmailfb.com", "domain2.com", "..."],
  "count": 50
}
GET /api/?action=getMessages&email=you@gmailfb.com

Fetch all messages for a given email address

{
  "messages": [
    {
      "id": "msg_001",
      "from": "sender@example.com",
      "subject": "Verification Code",
      "date": "2026-06-26T10:30:00Z",
      "body": "Your code is: 123456"
    }
  ],
  "count": 1
}
GET /api/?action=getMessage&email=you@gmailfb.com&id=msg_001

Fetch a specific message by ID

Rate Limiting:

API requests are limited to 60 requests per minute per IP. For higher limits or enterprise integration, contact us at support@gmailfb.com

Need Help with Integration?

Our developer support team is ready to assist

Contact Developer Support