This mock requires a token (Authorization: Bearer ... or ?token=...).
| Method | Path | Access | Description |
|---|---|---|---|
POST |
/emails |
auth | Create an email message (Resend API compatible) |
GET |
/__mocks |
public | Mock dashboard (HTML) |
GET |
/__mocks/meta |
public | Mock metadata (JSON) |
GET |
/__mocks/messages |
auth | List stored messages (JSON) |
POST |
/__mocks/clear |
auth | Delete stored messages for this token (JSON) |