Project/Production
Getting Started
Endpoints
Get Latest Message
Retrieve the most recent email and extracted OTP for a specific inbox.
HTTP Request
GEThttps://api.ZeroFlake.dev/get-message
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| inbox | stringRequired | The full email address you are checking. |
| api_key | stringRequired | Your ZeroFlake secret API key. |
Response Example
response.json
{
"otp_code": "849201",
"subject": "Your GitHub Launch Code",
"created_at": "2026-03-07T02:30:31Z"
}