# GGWP API Hub – Gmailnator

> GGWP API Hub – Gmailnator is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.168414/call, status unknown (last checked 2026-09-15).

Generates temporary, disposable Gmail-style email addresses and retrieves messages sent to them via Gmailnator integration.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/gmailnator
- Price: $0.168414/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-gmailnator-c1f9c5fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CpPccTrkdyKIVaujRsc4z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ggwp-api-hub-gmailnator-c1f9c5fd -d '<json body>'
```

Example prompt: Can you generate me a temporary disposable Gmail address using Gmailnator so I can sign up for a website without giving out my real email?

## When to prefer this

Choose this endpoint when you need to programmatically generate a temporary, disposable Gmail-style address for testing, privacy-preserving sign-ups, or receiving one-time verification codes without exposing a real email account. It is especially useful for automated workflows that need to bypass email verification steps in sandboxed or test environments.

## Known failure modes

- Inbox may expire quickly, causing messages to be unretrievable after the TTL window
- Gmailnator may rate-limit or block repeated requests for new addresses
- Some services detect and reject disposable email domains, making the address unusable for registration
- Vague or missing input parameters may return a generic placeholder response
- Upstream Gmailnator service downtime causes API failure

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a temporary Gmail-style email address and optionally inbox data including messages received, allowing the caller to read email content sent to the disposable address without owning a real Gmail account.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-gmailnator-c1f9c5fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
