{
    "item": [
        {
            "name": "Inbox",
            "description": "The authenticated inbox itself — credentials, limits, message counts.",
            "item": [
                {
                    "id": "eac82b13-59bf-4f50-9b12-48649bf67fd3",
                    "name": "Get the authenticated inbox",
                    "request": {
                        "name": "Get the authenticated inbox",
                        "description": {
                            "content": "Details of the inbox the API token belongs to, including its SMTP\ncredentials and the total message count. Because the caller has proven\npossession of this inbox's own token, credential fields\n(`smtp_username`, `smtp_password`, `api_token`, `auto_forward_to`,\n`webhook_url`) are always included here.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "inbox"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a838e98c-7373-429d-a023-03b10c8b5c9a",
                            "name": "The authenticated inbox.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "inbox"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"project_id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"smtp_host\": \"<string>\",\n    \"smtp_ports\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"max_messages\": \"<integer,null>\",\n    \"allowed_ips\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"effective_allowed_ips\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_at\": \"<string,null-date-time>\",\n    \"smtp_username\": \"<string>\",\n    \"smtp_password\": \"<string>\",\n    \"api_token\": \"<string>\",\n    \"auto_forward_to\": \"<string,null>\",\n    \"webhook_url\": \"<string,null>\",\n    \"messages_count\": \"<integer>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "49fb04c0-d19e-46a4-807f-668be25b3004",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "inbox"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a224955f-a96b-4f44-b7f5-da3b3cce8547",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "inbox"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4c955d16-f459-4347-b2b1-40eff5005d9c",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "inbox"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Messages",
            "description": "List, read, download and manage captured messages.",
            "item": [
                {
                    "id": "45874e23-61b3-43e2-ae4b-bf7aca88a435",
                    "name": "List messages",
                    "request": {
                        "name": "List messages",
                        "description": {
                            "content": "Messages in the inbox, newest first, paginated with Laravel's standard\n`data` / `links` / `meta` envelope.\n\nWith `wait` > 0 and an initially empty result, the request blocks until\nat least one matching message arrives or `wait` seconds (clamped to the\nserver ceiling, default 30) elapse — useful in tests to await mail\nwithout polling. Blocking requests count against the tighter\n`inbox-api-wait` limiter (15/min). A timeout is not an error: the\nresponse is `200` with an empty `data` array.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against subject, from address and from name.",
                                        "type": "text/plain"
                                    },
                                    "key": "search",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against the subject only.",
                                        "type": "text/plain"
                                    },
                                    "key": "subject_contains",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                        "type": "text/plain"
                                    },
                                    "key": "test_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against recipients — both the To/Cc headers and the\nSMTP envelope (so BCC-only recipients match too).\n",
                                        "type": "text/plain"
                                    },
                                    "key": "to",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Maximum seconds to block waiting for a first matching message.\n`0` (default) returns immediately. Clamped server-side\n(default ceiling 30 s).\n",
                                        "type": "text/plain"
                                    },
                                    "key": "wait",
                                    "value": "0"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "page",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Page size. No server-side maximum is currently enforced.",
                                        "type": "text/plain"
                                    },
                                    "key": "per_page",
                                    "value": "50"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "5dc005e8-9d53-473a-a532-f3967c038d34",
                            "name": "One page of messages (possibly empty).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against recipients — both the To/Cc headers and the\nSMTP envelope (so BCC-only recipients match too).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum seconds to block waiting for a first matching message.\n`0` (default) returns immediately. Clamped server-side\n(default ceiling 30 s).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "wait",
                                            "value": "0"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size. No server-side maximum is currently enforced.",
                                                "type": "text/plain"
                                            },
                                            "key": "per_page",
                                            "value": "50"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"data\": [\n    {\n      \"id\": \"<integer>\",\n      \"test_id\": \"<string,null>\",\n      \"from_address\": \"<string,null>\",\n      \"from_name\": \"<string,null>\",\n      \"to\": [\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        },\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        }\n      ],\n      \"envelope_to\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"subject\": \"<string,null>\",\n      \"size\": \"<integer>\",\n      \"is_read\": \"<boolean>\",\n      \"has_attachments\": \"<boolean>\",\n      \"has_unresolved_merge_tags\": \"<boolean>\",\n      \"received_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"test_id\": \"<string,null>\",\n      \"from_address\": \"<string,null>\",\n      \"from_name\": \"<string,null>\",\n      \"to\": [\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        },\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        }\n      ],\n      \"envelope_to\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"subject\": \"<string,null>\",\n      \"size\": \"<integer>\",\n      \"is_read\": \"<boolean>\",\n      \"has_attachments\": \"<boolean>\",\n      \"has_unresolved_merge_tags\": \"<boolean>\",\n      \"received_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"links\": {\n    \"first\": \"<string,null-uri>\",\n    \"last\": \"<string,null-uri>\",\n    \"prev\": \"<string,null-uri>\",\n    \"next\": \"<string,null-uri>\"\n  },\n  \"meta\": {\n    \"current_page\": \"<integer>\",\n    \"from\": \"<integer,null>\",\n    \"last_page\": \"<integer>\",\n    \"path\": \"<string,null>\",\n    \"per_page\": \"<integer>\",\n    \"to\": \"<integer,null>\",\n    \"total\": \"<integer>\",\n    \"links\": [\n      {\n        \"url\": \"<string,null>\",\n        \"label\": \"<string>\",\n        \"page\": \"<integer,null>\",\n        \"active\": \"<boolean>\"\n      },\n      {\n        \"url\": \"<string,null>\",\n        \"label\": \"<string>\",\n        \"page\": \"<integer,null>\",\n        \"active\": \"<boolean>\"\n      }\n    ]\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9c192bcc-7653-4501-a8dc-e7681c75d0e1",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against recipients — both the To/Cc headers and the\nSMTP envelope (so BCC-only recipients match too).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum seconds to block waiting for a first matching message.\n`0` (default) returns immediately. Clamped server-side\n(default ceiling 30 s).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "wait",
                                            "value": "0"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size. No server-side maximum is currently enforced.",
                                                "type": "text/plain"
                                            },
                                            "key": "per_page",
                                            "value": "50"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "25af305a-cb88-4522-a6ee-e5639e29826e",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against recipients — both the To/Cc headers and the\nSMTP envelope (so BCC-only recipients match too).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum seconds to block waiting for a first matching message.\n`0` (default) returns immediately. Clamped server-side\n(default ceiling 30 s).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "wait",
                                            "value": "0"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size. No server-side maximum is currently enforced.",
                                                "type": "text/plain"
                                            },
                                            "key": "per_page",
                                            "value": "50"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d4ec933e-96e2-4c96-a3a1-53d0aca9e02d",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against recipients — both the To/Cc headers and the\nSMTP envelope (so BCC-only recipients match too).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Maximum seconds to block waiting for a first matching message.\n`0` (default) returns immediately. Clamped server-side\n(default ceiling 30 s).\n",
                                                "type": "text/plain"
                                            },
                                            "key": "wait",
                                            "value": "0"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Page size. No server-side maximum is currently enforced.",
                                                "type": "text/plain"
                                            },
                                            "key": "per_page",
                                            "value": "50"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "5d290059-ef92-4a63-b070-8f3f1df7936e",
                    "name": "Delete messages",
                    "request": {
                        "name": "Delete messages",
                        "description": {
                            "content": "Deletes messages, including stored raw sources and attachments. With no\nfilters, deletes **every** message in the inbox. With filters (same\nsemantics as the list endpoint), deletes only the matching messages —\ne.g. `?test_id=run-42` lets a test run on a shared inbox clean up just\nits own mail.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against subject, from address and from name.",
                                        "type": "text/plain"
                                    },
                                    "key": "search",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against the subject only.",
                                        "type": "text/plain"
                                    },
                                    "key": "subject_contains",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                        "type": "text/plain"
                                    },
                                    "key": "test_id",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against To/Cc headers and the SMTP envelope.",
                                        "type": "text/plain"
                                    },
                                    "key": "to",
                                    "value": "<string>"
                                }
                            ],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "DELETE",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "aed2b951-2ade-42bd-8bcf-e817872d4f5b",
                            "name": "Matching messages deleted.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against To/Cc headers and the SMTP envelope.",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"deleted\": \"<integer>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d0dd2f39-a1cc-49f3-a47a-490ebcd0ad55",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against To/Cc headers and the SMTP envelope.",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c2a78c49-9dee-498a-9f1d-dba8897a782e",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against To/Cc headers and the SMTP envelope.",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e93e51af-e23e-4040-b2f5-e2acc87edfb9",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, from address and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against the subject only.",
                                                "type": "text/plain"
                                            },
                                            "key": "subject_contains",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Exact match against the message's `X-Sendtrap-Test-Id` header value.",
                                                "type": "text/plain"
                                            },
                                            "key": "test_id",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against To/Cc headers and the SMTP envelope.",
                                                "type": "text/plain"
                                            },
                                            "key": "to",
                                            "value": "<string>"
                                        }
                                    ],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "59f9b3c6-6a78-4f9e-9a33-ec2e02ae112a",
                    "name": "Get a message",
                    "request": {
                        "name": "Get a message",
                        "description": {
                            "content": "Full message detail: parsed bodies, headers in original order,\nextracted links, quality checks, attachment metadata and download URLs.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "b96a1342-36e8-403b-a808-d518dea51e17",
                            "name": "The message.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"inbox_id\": \"<integer>\",\n    \"message_id\": \"<string,null>\",\n    \"test_id\": \"<string,null>\",\n    \"envelope_from\": \"<string,null>\",\n    \"envelope_to\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"from_address\": \"<string,null>\",\n    \"from_name\": \"<string,null>\",\n    \"to\": [\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      },\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      }\n    ],\n    \"cc\": [\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      },\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      }\n    ],\n    \"subject\": \"<string,null>\",\n    \"size\": \"<integer>\",\n    \"is_read\": \"<boolean>\",\n    \"has_html\": \"<boolean>\",\n    \"has_text\": \"<boolean>\",\n    \"has_attachments\": \"<boolean>\",\n    \"has_unresolved_merge_tags\": \"<boolean>\",\n    \"unresolved_merge_tags\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"received_at\": \"<string,null-date-time>\",\n    \"html\": \"<string,null>\",\n    \"text\": \"<string,null>\",\n    \"links\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"checks\": [\n      {\n        \"key\": \"<string>\",\n        \"passed\": \"<boolean>\",\n        \"severity\": \"error\"\n      },\n      {\n        \"key\": \"<string>\",\n        \"passed\": \"<boolean>\",\n        \"severity\": \"error\"\n      }\n    ],\n    \"headers\": [\n      {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      },\n      {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    ],\n    \"attachments\": [\n      {\n        \"id\": \"<integer>\",\n        \"filename\": \"<string,null>\",\n        \"content_type\": \"<string,null>\",\n        \"size\": \"<integer>\",\n        \"checksum\": \"<string,null>\",\n        \"is_inline\": \"<boolean>\",\n        \"url\": \"<uri>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"filename\": \"<string,null>\",\n        \"content_type\": \"<string,null>\",\n        \"size\": \"<integer>\",\n        \"checksum\": \"<string,null>\",\n        \"is_inline\": \"<boolean>\",\n        \"url\": \"<uri>\"\n      }\n    ],\n    \"urls\": {\n      \"raw\": \"<uri>\",\n      \"html\": \"<uri>\"\n    }\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0e47ad63-09b6-44f8-b2a6-c32ffc663dbf",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ca5c49eb-6f9f-4dc9-9c69-e1bc741faea9",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "156cd382-7a41-49ae-a080-6fe8278bf0c9",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6a430605-3ac2-49ba-924e-a79a7d499f6a",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "89da49e3-7dc3-4440-9c04-dfe4b591249a",
                    "name": "Update a message (read state)",
                    "request": {
                        "name": "Update a message (read state)",
                        "description": {
                            "content": "The only mutable field is `is_read`. Omitting it marks the message read.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"is_read\": true\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "0bdd4496-c4c0-4d04-83a2-e08601ed3315",
                            "name": "The updated message.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"test_id\": \"<string,null>\",\n    \"from_address\": \"<string,null>\",\n    \"from_name\": \"<string,null>\",\n    \"to\": [\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      },\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      }\n    ],\n    \"envelope_to\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"subject\": \"<string,null>\",\n    \"size\": \"<integer>\",\n    \"is_read\": \"<boolean>\",\n    \"has_attachments\": \"<boolean>\",\n    \"has_unresolved_merge_tags\": \"<boolean>\",\n    \"received_at\": \"<string,null-date-time>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a85e69ef-aa6b-47ed-9ae4-a0c989d81083",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "eed89e0e-730e-4500-9097-8573e5159678",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "52cfffe7-1364-45df-a559-58d4d24f6b68",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b45640fe-8d6a-472e-b43c-92dd6669a6ab",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "4b632ce2-6805-4d98-9e66-ad7e4c7c2a09",
                    "name": "Delete a message",
                    "request": {
                        "name": "Delete a message",
                        "description": {},
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "DELETE",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "aa88a5e2-53bd-4236-a6d9-75af82c129c4",
                            "name": "Message deleted.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"deleted\": \"<boolean>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "200b8b24-c1ca-4319-abe7-c9578250a537",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f33bc06a-4607-4bc0-bc8f-b79025347740",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f7943565-4b79-487a-a60f-5c2dd90500ae",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "58e9598a-df25-4243-8ead-03415f0c3310",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "db82e22c-3947-43e8-a5f2-702d79db2881",
                    "name": "Download the raw RFC 822 source",
                    "request": {
                        "name": "Download the raw RFC 822 source",
                        "description": {},
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId",
                                "raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/plain; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "62d4a362-be85-4e7b-8524-8f3d1a1b0e84",
                            "name": "The complete raw message source.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/plain; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "a0e873f9-acfb-4b9b-9f5f-3ba51fb49c40",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5331c11f-9461-4325-944d-e3a52311a122",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8daa3699-d260-494f-8539-4bbf14198398",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "4fe1bcbc-2b81-44fd-b441-947c8aa59571",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "759c2283-7cf7-4056-bb7a-a630f7ed8e53",
                    "name": "Get the rendered HTML body",
                    "request": {
                        "name": "Get the rendered HTML body",
                        "description": {
                            "content": "The HTML body with inline `cid:` references rewritten to attachment\nURLs, ready for display. For a text-only message, returns the text\nbody wrapped in a `<pre>` block.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId",
                                "html"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/html; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "a8b42beb-bfc2-4198-83c7-5d2c412ab402",
                            "name": "Rendered HTML.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/html; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/html; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "46f2267d-d6cc-4ddf-b784-ca17c42739a6",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "3ba2fc11-b029-4245-abcd-c3e36a535970",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "d8f8d967-52b0-41f3-8f4e-df193017640b",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "bac8c33a-4a91-4f83-9327-a5609b359b54",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "569440ca-b786-41ca-9617-caba36bc158c",
                    "name": "Download an attachment",
                    "request": {
                        "name": "Download an attachment",
                        "description": {},
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId",
                                "attachments",
                                ":attachmentId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "attachmentId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "*/*"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "e0b493f4-edef-4799-b88b-48cd1419e627",
                            "name": "The attachment content, as a download.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "*/*"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "*/*"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Attachment disposition with the original filename.",
                                        "type": "text/plain"
                                    },
                                    "key": "Content-Disposition",
                                    "value": "<string>"
                                }
                            ],
                            "body": "<binary>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "4d57e196-d1a3-4dc2-bae3-6690d7cf3f06",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "71521f96-d15a-4fe8-8a25-506ae375e29a",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0d4e0cc8-8d65-4af0-af1f-eb89760300cf",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0dae297b-73cf-48c5-9938-d39bd700608a",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Testing",
            "description": "Blocking assertions for CI / end-to-end test suites.",
            "item": [
                {
                    "id": "f0019750-2055-4436-b7c7-ca45a2507f6a",
                    "name": "Assert that a matching message arrives",
                    "request": {
                        "name": "Assert that a matching message arrives",
                        "description": {
                            "content": "The primary testing endpoint: waits (up to `timeout` seconds, clamped\nto the server ceiling, default 30) for a message matching every given\nfilter, then returns `200` with `matched: true/false` and the matched\nmessage, if any. A non-match is an expected assertion outcome, not an\nHTTP error — check the `matched` flag.\n\nFilters combine with AND. The newest matching message wins. With\n`min_compatibility_score`, a candidate only matches once its HTML\ncompatibility ratio meets the threshold (see the HTML Check tag for\navailability).\n\nRate-limited by the `inbox-api-wait` limiter (15/min) regardless of\ntimeout value.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "assert"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"to\": \"<string>\",\n  \"subject_contains\": \"<string>\",\n  \"search\": \"<string>\",\n  \"test_id\": \"<string>\",\n  \"timeout\": 0,\n  \"min_compatibility_score\": \"<float>\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "35fd4344-acc7-4c1a-85f3-3de622e4809c",
                            "name": "Assertion outcome (pass or fail).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "assert"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"to\": \"<string>\",\n  \"subject_contains\": \"<string>\",\n  \"search\": \"<string>\",\n  \"test_id\": \"<string>\",\n  \"timeout\": 0,\n  \"min_compatibility_score\": \"<float>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"matched\": \"<boolean>\",\n  \"message\": {\n    \"id\": \"<integer>\",\n    \"test_id\": \"<string,null>\",\n    \"from_address\": \"<string,null>\",\n    \"from_name\": \"<string,null>\",\n    \"to\": [\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      },\n      {\n        \"address\": \"<string,null>\",\n        \"name\": \"<string,null>\"\n      }\n    ],\n    \"envelope_to\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"subject\": \"<string,null>\",\n    \"size\": \"<integer>\",\n    \"is_read\": \"<boolean>\",\n    \"has_attachments\": \"<boolean>\",\n    \"has_unresolved_merge_tags\": \"<boolean>\",\n    \"received_at\": \"<string,null-date-time>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "515c18c4-9c2b-4257-bfd6-099ebb938577",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "assert"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"to\": \"<string>\",\n  \"subject_contains\": \"<string>\",\n  \"search\": \"<string>\",\n  \"test_id\": \"<string>\",\n  \"timeout\": 0,\n  \"min_compatibility_score\": \"<float>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2afff60c-c12b-4233-8d4f-15ad75c966ce",
                            "name": "IP not allowed, or `min_compatibility_score` used without HTML\nCheck API access.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "assert"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"to\": \"<string>\",\n  \"subject_contains\": \"<string>\",\n  \"search\": \"<string>\",\n  \"test_id\": \"<string>\",\n  \"timeout\": 0,\n  \"min_compatibility_score\": \"<float>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2573599b-4d8b-49cf-a46c-d6cd5ad86769",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "assert"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"to\": \"<string>\",\n  \"subject_contains\": \"<string>\",\n  \"search\": \"<string>\",\n  \"test_id\": \"<string>\",\n  \"timeout\": 0,\n  \"min_compatibility_score\": \"<float>\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "0429749f-c2bd-4924-a78a-139902dd53bf",
                    "name": "Expect messages — wait, match, assert, diagnose",
                    "request": {
                        "name": "Expect messages — wait, match, assert, diagnose",
                        "description": {
                            "content": "The recommended testing endpoint: one deterministic request that\nwaits for mail, evaluates expressive **match** conditions to select\ncandidate messages, applies post-match **assert** conditions, and\nreturns a machine-readable diagnostic that distinguishes *no mail\narrived* (`no_candidates`) from *mail arrived but didn't match*\n(`no_match`) from *the right mail arrived with the wrong content*\n(`assertions_failed`). Supersedes `/assert` for new integrations\n(which remains unchanged).\n\nConditions are `{field, op, value}` triples. Fields: `subject`,\n`from.address`, `from.name`, `to`, `cc`, `envelope_to`, `text`,\n`html`, `links`, `test_id`, `message_id`, `size`, `is_read`,\n`has_unresolved_merge_tags`, `attachments.count`,\n`attachments.filename`, `attachments.content_type`,\n`header.<Name>`, `checks.<key>`.\nOperators: `equals`, `contains`, `starts_with`, `ends_with`,\n`matches` (bounded regex), `exists`, and `gt`/`gte`/`lt`/`lte` for\nnumeric fields. List-valued fields (recipients, links, attachment\nmetadata, headers) pass when **any** element satisfies the operator.\n\nThe wait blocks server-side up to `wait.timeout_ms` (clamped to the\nserver ceiling, default 30 s) and keeps re-evaluating until the whole\nexpectation — count requirement **and** assertions — is satisfied.\nRate-limited by the `inbox-api-wait` limiter (15/min).\n\nAn optional `extract` object (same named extractors as\n`POST /messages/{messageId}/extract`) makes matching and extraction\natomic: extractors run against the first matched message once the\ncount requirement and assertions hold, results ride on the response\nunder `extract`, and a non-optional miss keeps the wait loop polling\nand reports `extraction_failed` — so \"wait for the signup mail and\ngive me the six-digit code\" is one request.\n\n`mode: strict` returns **422** with the same diagnostic body when the\nexpectation is unmet, so plain HTTP-error handling fails a CI step.\nRequests are validated before any message parsing; caps: 20\nconditions per list, 10 extractors, 1 KiB values, 256-byte regexes,\n50 candidates evaluated per pass.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "expect"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": []
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "fa1c8eaf-778f-4cf7-9042-7a325777c6b5",
                            "name": "Report-mode result (any outcome), or a strict-mode success.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "expect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"matched\": \"<boolean>\",\n  \"status\": \"no_candidates\",\n  \"elapsed_ms\": \"<integer>\",\n  \"candidates_seen\": \"<integer>\",\n  \"count\": {\n    \"required\": {},\n    \"actual\": \"<integer>\"\n  },\n  \"messages\": [\n    {\n      \"id\": \"<integer>\",\n      \"test_id\": \"<string,null>\",\n      \"from_address\": \"<string,null>\",\n      \"from_name\": \"<string,null>\",\n      \"to\": [\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        },\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        }\n      ],\n      \"envelope_to\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"subject\": \"<string,null>\",\n      \"size\": \"<integer>\",\n      \"is_read\": \"<boolean>\",\n      \"has_attachments\": \"<boolean>\",\n      \"has_unresolved_merge_tags\": \"<boolean>\",\n      \"received_at\": \"<string,null-date-time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"test_id\": \"<string,null>\",\n      \"from_address\": \"<string,null>\",\n      \"from_name\": \"<string,null>\",\n      \"to\": [\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        },\n        {\n          \"address\": \"<string,null>\",\n          \"name\": \"<string,null>\"\n        }\n      ],\n      \"envelope_to\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"subject\": \"<string,null>\",\n      \"size\": \"<integer>\",\n      \"is_read\": \"<boolean>\",\n      \"has_attachments\": \"<boolean>\",\n      \"has_unresolved_merge_tags\": \"<boolean>\",\n      \"received_at\": \"<string,null-date-time>\"\n    }\n  ],\n  \"conditions\": [\n    {\n      \"type\": \"match\",\n      \"field\": \"<string>\",\n      \"op\": \"<string>\",\n      \"passed\": \"<boolean,null>\",\n      \"value\": \"\",\n      \"actual\": \"\"\n    },\n    {\n      \"type\": \"assert\",\n      \"field\": \"<string>\",\n      \"op\": \"<string>\",\n      \"passed\": \"<boolean,null>\",\n      \"value\": \"\",\n      \"actual\": \"\"\n    }\n  ],\n  \"extract\": {\n    \"key_0\": {\n      \"found\": \"<boolean>\",\n      \"status\": \"ambiguous\",\n      \"value\": \"\",\n      \"matches\": \"<integer>\",\n      \"source\": \"<string,null>\",\n      \"context\": \"<string,null>\",\n      \"candidates\": \"<array,null>\"\n    }\n  },\n  \"request_id\": \"<uuid>\",\n  \"assertions_failed_on\": \"<integer,null>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "83206684-d6c6-4ffb-ac08-d13b52a5f8f6",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "expect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7974227e-a81e-44e7-929b-d15922ad06a5",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "expect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "340bb828-5d51-4ad6-863a-16ef6c4202c4",
                            "name": "Invalid request (unknown field/operator, bad regex, cap\nexceeded — body is the common error envelope with a\n`request_id`), or a strict-mode unmet expectation (body is the\nfull `ExpectResult` diagnostic).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "expect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9bade5ac-6047-475e-a144-3f0fb10dcf99",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "expect"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": []
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"match\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"matches\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    }\n  ],\n  \"assert\": [\n    {\n      \"field\": \"<string>\",\n      \"op\": \"equals\",\n      \"value\": \"\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"op\": \"contains\",\n      \"value\": \"\"\n    }\n  ],\n  \"scope\": {\n    \"test_id\": \"<string>\",\n    \"received_after\": \"<dateTime>\",\n    \"received_before\": \"<dateTime>\",\n    \"after_message_id\": \"<integer>\",\n    \"unread_only\": false\n  },\n  \"wait\": {\n    \"timeout_ms\": 0\n  },\n  \"count\": {\n    \"at_least\": \"<integer>\",\n    \"exactly\": \"<integer>\"\n  },\n  \"sort\": \"newest\",\n  \"mark_read\": false,\n  \"mode\": \"report\",\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"address\",\n      \"select\": \"first\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"link\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  }\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "8bcc357c-22f9-4a1a-93af-47d043310923",
                    "name": "Extract values from a message",
                    "request": {
                        "name": "Extract values from a message",
                        "description": {
                            "content": "Deterministic, named extraction from a known message — no custom\nemail parsing in the test suite, no waiting (pair with `/expect` for\nthe atomic wait-and-extract form). Each named extractor returns a\ntyped value with an explicit `found` state, the source field it\nsearched, bounded context, and `ambiguous` diagnostics instead of a\nsilent guess. Nothing is ever fetched; bodies and attachment bytes\nare never echoed back.\n\nExtractor types:\n- `regex` — bounded regex capture from `text`, `html` (raw source),\n  `subject` or `header.<Name>` (default `text`). The first capture\n  group's value is extracted, else the whole match.\n- `code` — verification-code helper: a standalone token of `length`\n  (4–12, default 6) characters from `charset` (`digits` default,\n  `letters`, `upper`, `alphanumeric`), never fished out of a longer\n  run. Searches visible text (`from: auto` prefers the text part,\n  falling back to tag-stripped HTML). `near` anchors the search to a\n  phrase (\"verification code\"); the token nearest the anchor wins,\n  equally-near distinct tokens stay ambiguous.\n- `link` — select a link by exact `url`, `host`, `path_prefix`,\n  `query_param` (name or `{name, value}`), visible `text_contains`,\n  or a `matches` regex on the URL; criteria AND together. Links come\n  from a tolerant HTML parse of the body; relative URLs stay\n  relative unless the message declares a valid absolute\n  `<base href>`. Value is `{url, text}` — returned, never fetched.\n- `address` — `{address, name}` from `from`, `to`, `cc`,\n  `envelope_from` or `envelope_to` (the envelope catches BCC-only\n  recipients), optionally filtered by a `matches` regex on the\n  address.\n- `attachment` — metadata (`id`, `filename`, `content_type`, `size`,\n  `checksum`) plus the authenticated download URL, selected by exact\n  `filename`, `filename_contains`, a `matches` regex on the\n  filename, or `content_type` (a `/*` wildcard subtype matches the\n  whole type family).\n\nEvery extractor also takes `select` (`first` | `last` | `all`) —\nwithout it, several distinct matches return `status: ambiguous` with\na candidate list — and `optional: true`, which keeps a miss from\nfailing `found_all` and strict mode. Caps: 10 extractors per\nrequest, 256-byte regexes (server-delimited, user input never\nchooses modifiers), 1 KiB option values.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId",
                                "extract"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "POST",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "157e7477-a2f8-43cf-9a3b-2992d1a700b5",
                            "name": "Report-mode result (any outcome, including misses), or a\nstrict-mode success.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message_id\": \"<integer>\",\n  \"found_all\": \"<boolean>\",\n  \"extract\": {\n    \"key_0\": {\n      \"found\": \"<boolean>\",\n      \"status\": \"not_found\",\n      \"value\": \"\",\n      \"matches\": \"<integer>\",\n      \"source\": \"<string,null>\",\n      \"context\": \"<string,null>\",\n      \"candidates\": \"<array,null>\"\n    }\n  },\n  \"request_id\": \"<uuid>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "c4563c93-fd98-4d60-9338-8a505e01544d",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b0a613e5-23da-478a-bdba-dbf6cdf0a7d0",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1aa34171-948e-4a69-be7b-f5c45f4a0c22",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "ae9460c7-3a0e-44ac-a5e9-d339617680fc",
                            "name": "Invalid request (unknown extractor type or option, bad regex,\ncap exceeded — body is the common error envelope with a\n`request_id`), or a strict-mode miss (body is the full\n`ExtractResult`).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
                            "code": 422,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "dd9236a9-ad34-453f-9def-22f5af5d4604",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "extract"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "POST",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"extract\": {\n    \"key_0\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_1\": {\n      \"type\": \"attachment\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_2\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_3\": {\n      \"type\": \"code\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"cc\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_4\": {\n      \"type\": \"attachment\",\n      \"select\": \"last\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_5\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_6\": {\n      \"type\": \"regex\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_from\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_7\": {\n      \"type\": \"code\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"envelope_to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    },\n    \"key_8\": {\n      \"type\": \"address\",\n      \"select\": \"all\",\n      \"optional\": false,\n      \"pattern\": \"<string>\",\n      \"from\": \"<string>\",\n      \"length\": 6,\n      \"charset\": \"digits\",\n      \"near\": \"<string>\",\n      \"url\": \"<string>\",\n      \"host\": \"<string>\",\n      \"path_prefix\": \"<string>\",\n      \"query_param\": \"\",\n      \"text_contains\": \"<string>\",\n      \"matches\": \"<string>\",\n      \"field\": \"to\",\n      \"filename\": \"<string>\",\n      \"filename_contains\": \"<string>\",\n      \"content_type\": \"<string>\"\n    }\n  },\n  \"mode\": \"report\"\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "HTML Check",
            "description": "Email-client HTML compatibility scoring (caniemail-based).",
            "item": [
                {
                    "id": "20a9e6df-bb55-4bcb-9426-0720cc8c5882",
                    "name": "Get the HTML compatibility report",
                    "request": {
                        "name": "Get the HTML compatibility report",
                        "description": {
                            "content": "Email-client compatibility score for the message's HTML, with a\nper-feature issue breakdown (based on caniemail reference data).\nComputed on demand and cached per message.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "v1",
                                "messages",
                                ":messageId",
                                "compatibility"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "aa621960-1bef-40df-997f-03d7893ceb2a",
                            "name": "The compatibility report.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "compatibility"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"status\": \"<string>\",\n  \"compatibility_ratio\": \"<float>\",\n  \"issues\": [\n    {\n      \"feature_id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"category\": \"<string>\",\n      \"severity\": \"error\",\n      \"unsupported_clients\": [\n        {\n          \"client\": \"<string>\",\n          \"platform\": \"<string>\",\n          \"support\": \"<string>\",\n          \"note\": \"<string,null>\"\n        },\n        {\n          \"client\": \"<string>\",\n          \"platform\": \"<string>\",\n          \"support\": \"<string>\",\n          \"note\": \"<string,null>\"\n        }\n      ]\n    },\n    {\n      \"feature_id\": \"<string>\",\n      \"title\": \"<string>\",\n      \"category\": \"<string>\",\n      \"severity\": \"error\",\n      \"unsupported_clients\": [\n        {\n          \"client\": \"<string>\",\n          \"platform\": \"<string>\",\n          \"support\": \"<string>\",\n          \"note\": \"<string,null>\"\n        },\n        {\n          \"client\": \"<string>\",\n          \"platform\": \"<string>\",\n          \"support\": \"<string>\",\n          \"note\": \"<string,null>\"\n        }\n      ]\n    }\n  ],\n  \"checked_at\": \"<dateTime>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8e54135e-b98d-41d3-93e3-aa971a543e4c",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "compatibility"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2f5e370b-4899-40d9-a3df-ba6334accbd9",
                            "name": "IP not allowed, or the caller lacks HTML Check API access.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "compatibility"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "67e1818b-4811-407a-ab96-174cfec60d3f",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "compatibility"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a633d66f-cb3a-417a-9081-ea0e86db56be",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "v1",
                                        "messages",
                                        ":messageId",
                                        "compatibility"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        },
        {
            "name": "Mailtrap compatibility",
            "description": "Drop-in aliases for a subset of the Mailtrap sandbox API.",
            "item": [
                {
                    "id": "e0166159-c83e-4d49-ae12-bc7fe7212c94",
                    "name": "List messages (Mailtrap alias)",
                    "request": {
                        "name": "List messages (Mailtrap alias)",
                        "description": {
                            "content": "Returns a plain JSON array (no pagination envelope), 30 messages per\npage, newest first. `last_id` takes precedence over `page` for\ncursor-style iteration.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Substring match against subject, To header and from name.",
                                        "type": "text/plain"
                                    },
                                    "key": "search",
                                    "value": "<string>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "page",
                                    "value": "1"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Return only messages with an id lower than this (cursor pagination).",
                                        "type": "text/plain"
                                    },
                                    "key": "last_id",
                                    "value": "<integer>"
                                }
                            ],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1019da97-34d7-453b-bf11-647bcbf1bb6e",
                            "name": "Messages, newest first.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, To header and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Return only messages with an id lower than this (cursor pagination).",
                                                "type": "text/plain"
                                            },
                                            "key": "last_id",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "[\n  {\n    \"id\": \"<integer>\",\n    \"sandbox_id\": \"<integer>\",\n    \"subject\": \"<string,null>\",\n    \"sent_at\": \"<string,null-date-time>\",\n    \"from_email\": \"<string,null>\",\n    \"from_name\": \"<string,null>\",\n    \"to_email\": \"<string,null>\",\n    \"to_name\": \"<string,null>\",\n    \"email_size\": \"<integer>\",\n    \"human_size\": \"<string>\",\n    \"is_read\": \"<boolean>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"html_path\": \"<uri>\",\n    \"txt_path\": \"<uri>\",\n    \"raw_path\": \"<uri>\",\n    \"html_source_path\": \"<uri>\",\n    \"download_path\": \"<uri>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"sandbox_id\": \"<integer>\",\n    \"subject\": \"<string,null>\",\n    \"sent_at\": \"<string,null-date-time>\",\n    \"from_email\": \"<string,null>\",\n    \"from_name\": \"<string,null>\",\n    \"to_email\": \"<string,null>\",\n    \"to_name\": \"<string,null>\",\n    \"email_size\": \"<integer>\",\n    \"human_size\": \"<string>\",\n    \"is_read\": \"<boolean>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"html_path\": \"<uri>\",\n    \"txt_path\": \"<uri>\",\n    \"raw_path\": \"<uri>\",\n    \"html_source_path\": \"<uri>\",\n    \"download_path\": \"<uri>\"\n  }\n]",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f3860502-f8fc-4a5b-9f5a-d9ae5216add6",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, To header and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Return only messages with an id lower than this (cursor pagination).",
                                                "type": "text/plain"
                                            },
                                            "key": "last_id",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1668f2b0-d400-426a-9087-008c2f0714d4",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, To header and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Return only messages with an id lower than this (cursor pagination).",
                                                "type": "text/plain"
                                            },
                                            "key": "last_id",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "eb4740a6-5d1c-4b6a-8e2f-49639afad553",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Substring match against subject, To header and from name.",
                                                "type": "text/plain"
                                            },
                                            "key": "search",
                                            "value": "<string>"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "",
                                                "type": "text/plain"
                                            },
                                            "key": "page",
                                            "value": "1"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "Return only messages with an id lower than this (cursor pagination).",
                                                "type": "text/plain"
                                            },
                                            "key": "last_id",
                                            "value": "<integer>"
                                        }
                                    ],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "bfbf1435-b90e-4b4d-89b4-00ef1dd7accd",
                    "name": "Get a message (Mailtrap alias)",
                    "request": {
                        "name": "Get a message (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "de1586bf-7c15-4941-8ceb-d1088d557be8",
                            "name": "The message.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"<string,null-date-time>\",\n  \"download_path\": \"<uri>\",\n  \"email_size\": \"<integer>\",\n  \"from_email\": \"<string,null>\",\n  \"from_name\": \"<string,null>\",\n  \"html_body_size\": \"<integer>\",\n  \"html_path\": \"<uri>\",\n  \"html_source_path\": \"<uri>\",\n  \"human_size\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"is_read\": \"<boolean>\",\n  \"raw_path\": \"<uri>\",\n  \"sandbox_id\": \"<integer>\",\n  \"sent_at\": \"<string,null-date-time>\",\n  \"subject\": \"<string,null>\",\n  \"text_body_size\": \"<integer>\",\n  \"to_email\": \"<string,null>\",\n  \"to_name\": \"<string,null>\",\n  \"txt_path\": \"<uri>\",\n  \"updated_at\": \"<string,null-date-time>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b5eae568-ba9a-49ad-bfdb-ff2d4ec51d48",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6bfecb47-ef3e-4b40-9a4c-4e65f73a99a3",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "093f224b-99cb-4146-bcd6-d31810b3aeff",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5265df7f-b2bc-47a6-bd44-025420e4e133",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "04a5f912-f4b0-4c9e-aed0-ec0d03604bad",
                    "name": "Update a message's read state (Mailtrap alias)",
                    "request": {
                        "name": "Update a message's read state (Mailtrap alias)",
                        "description": {
                            "content": "Accepts either the Mailtrap-style nested body or a flat `is_read` field.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                            "options": {
                                "raw": {
                                    "headerFamily": "json",
                                    "language": "json"
                                }
                            }
                        },
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "1cea51ee-2e66-41f9-b09a-2d99d4de8e1e",
                            "name": "The updated message.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"<string,null-date-time>\",\n  \"download_path\": \"<uri>\",\n  \"email_size\": \"<integer>\",\n  \"from_email\": \"<string,null>\",\n  \"from_name\": \"<string,null>\",\n  \"html_body_size\": \"<integer>\",\n  \"html_path\": \"<uri>\",\n  \"html_source_path\": \"<uri>\",\n  \"human_size\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"is_read\": \"<boolean>\",\n  \"raw_path\": \"<uri>\",\n  \"sandbox_id\": \"<integer>\",\n  \"sent_at\": \"<string,null-date-time>\",\n  \"subject\": \"<string,null>\",\n  \"text_body_size\": \"<integer>\",\n  \"to_email\": \"<string,null>\",\n  \"to_name\": \"<string,null>\",\n  \"txt_path\": \"<uri>\",\n  \"updated_at\": \"<string,null-date-time>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f0567ac1-b274-4547-9eba-f54c1c5dfa21",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e1d1e5d7-3a6f-4b8e-ab5a-0519917a0d48",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "2e46878d-b253-444e-b85a-ec8c09ef54f8",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7073b94c-eafe-4d8b-b2da-1a46019813cc",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\n  \"message\": {\n    \"is_read\": \"<boolean>\"\n  },\n  \"is_read\": true\n}",
                                    "options": {
                                        "raw": {
                                            "headerFamily": "json",
                                            "language": "json"
                                        }
                                    }
                                }
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "2fcd1189-d625-4208-af31-672cfad7e1ea",
                    "name": "Delete a message (Mailtrap alias)",
                    "request": {
                        "name": "Delete a message (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "DELETE",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "23b663d6-4341-4711-a220-c4f8b42d445e",
                            "name": "The deleted message's last representation.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"created_at\": \"<string,null-date-time>\",\n  \"download_path\": \"<uri>\",\n  \"email_size\": \"<integer>\",\n  \"from_email\": \"<string,null>\",\n  \"from_name\": \"<string,null>\",\n  \"html_body_size\": \"<integer>\",\n  \"html_path\": \"<uri>\",\n  \"html_source_path\": \"<uri>\",\n  \"human_size\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"is_read\": \"<boolean>\",\n  \"raw_path\": \"<uri>\",\n  \"sandbox_id\": \"<integer>\",\n  \"sent_at\": \"<string,null-date-time>\",\n  \"subject\": \"<string,null>\",\n  \"text_body_size\": \"<integer>\",\n  \"to_email\": \"<string,null>\",\n  \"to_name\": \"<string,null>\",\n  \"txt_path\": \"<uri>\",\n  \"updated_at\": \"<string,null-date-time>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f85c095d-d598-4c9d-adab-8bf9077d87fa",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "beb4dff6-d025-4a5d-acc2-dc5433609227",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "54f1544d-5841-4db5-9607-55ae7952c7a4",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "e9a4b2ce-1e53-4620-9aea-8ea7421e1231",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "DELETE",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "29a12c9a-b461-40be-8515-f18010978c3f",
                    "name": "Get the plain-text body (Mailtrap alias)",
                    "request": {
                        "name": "Get the plain-text body (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "body.txt"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/plain; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "004e2b6e-708f-4158-b0c2-50c599f669bc",
                            "name": "The text body (empty string when the message has none).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.txt"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/plain; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "6bad27be-f977-408f-9008-6444ef0927e7",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.txt"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "a94b3ddf-e4f8-4e46-a4f8-ea45be60ab16",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.txt"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "5ed1bef7-3cfc-4fc0-87c9-6255de3bcb14",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.txt"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "75aff5a3-143a-4867-a753-638c6e7ced84",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.txt"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "46b1e507-83ae-4e29-be59-67da3ddd348b",
                    "name": "Get the rendered HTML body (Mailtrap alias)",
                    "request": {
                        "name": "Get the rendered HTML body (Mailtrap alias)",
                        "description": {
                            "content": "Same rendering as `GET /v1/messages/{messageId}/html`.",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "body.html"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/html; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d9e8e8ba-f925-494b-b3d6-7d29daee0cb1",
                            "name": "Rendered HTML.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/html; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/html; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "c529c7b8-86f8-4623-a41e-576371f34cd6",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f412ef0a-268d-44bf-a7d6-230989a54f76",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "55302198-bbc1-43e6-a9bd-a524605dda1e",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8f348720-6e8a-4dd3-bf8b-afb4622241cd",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.html"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "1ec235b6-86a0-4911-b88d-f70599073fcc",
                    "name": "Get the original HTML source (Mailtrap alias)",
                    "request": {
                        "name": "Get the original HTML source (Mailtrap alias)",
                        "description": {
                            "content": "The HTML part exactly as received, without `cid:` rewriting (empty string when absent).",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "body.htmlsource"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/html; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "854137e4-83f4-4b6b-b5d4-f59918a61bcd",
                            "name": "Original HTML source.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.htmlsource"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/html; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/html; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "dfe3bff4-cfb8-4784-971e-56da9a9b8346",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.htmlsource"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9a304b40-1778-4c6d-97fa-d38e7784a7f2",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.htmlsource"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9399f2a1-910e-4740-bade-caa99e0831c1",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.htmlsource"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6d5525de-eb40-4479-8d4b-154238dfeac6",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.htmlsource"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "5957f84e-d086-40e9-b1fc-5ca53a8877e8",
                    "name": "Get the raw RFC 822 source (Mailtrap alias)",
                    "request": {
                        "name": "Get the raw RFC 822 source (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "body.raw"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "text/plain; charset=utf-8"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "80f5d656-7900-4f75-9145-b61dfb7fdc8c",
                            "name": "The complete raw message source.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "text/plain; charset=utf-8"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "text/plain; charset=utf-8"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "48924214-e6bb-4f3d-bb0d-c7cd86fb01c5",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "036636fb-8a2e-4af6-892b-0b15732c9077",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "1bcfd036-e74d-4b78-b7cf-a931bffdcb23",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "78641abe-575e-4661-be80-80fb7b9db6e5",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.raw"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "bef06a95-17bf-4f65-99e7-7fbc1c43b547",
                    "name": "Download the message as .eml (Mailtrap alias)",
                    "request": {
                        "name": "Download the message as .eml (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "body.eml"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "message/rfc822"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "5fd0d191-44fc-4ac2-8545-861e724a9bde",
                            "name": "The raw message as an attachment download.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.eml"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "message/rfc822"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "message/rfc822"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "attachment; filename=\"message-{id}.eml\"",
                                        "type": "text/plain"
                                    },
                                    "key": "Content-Disposition",
                                    "value": "<string>"
                                }
                            ],
                            "body": "<string>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "23c22559-11f4-4571-abbe-5c56d9f640b4",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.eml"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f5b6d494-4c59-46b3-a932-a24b3d83f431",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.eml"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7cfb298b-d0b8-4940-970d-bcc1a8727ca7",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.eml"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b3e6551f-9898-45e2-9327-3f30d3d8dd73",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "body.eml"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "539e7275-0f91-4bae-9fdb-d0b9f4aad888",
                    "name": "Get message headers (Mailtrap alias)",
                    "request": {
                        "name": "Get message headers (Mailtrap alias)",
                        "description": {
                            "content": "Headers as a single name→value object. When a header occurs more than\nonce (e.g. `Received`), only the last occurrence is kept — use\n`GET /v1/messages/{messageId}` for the full ordered header list.\n",
                            "type": "text/plain"
                        },
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "mail_headers"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "6c8eed9c-589c-4371-bc05-62798d292ee7",
                            "name": "Header map.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "mail_headers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"headers\": {\n    \"key_0\": \"<string>\",\n    \"key_1\": \"<string>\",\n    \"key_2\": \"<string>\"\n  }\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "85e00160-d891-462e-95e8-f1d8df4cdfcc",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "mail_headers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b182827b-df71-40e4-9ae1-262880c61aa1",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "mail_headers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "b29f7027-c384-4133-ba55-aba04e58ed7c",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "mail_headers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "318dc547-aac8-47fa-8f20-7e73d9057905",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "mail_headers"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "45849e7e-3793-4932-8b0c-d3141461b006",
                    "name": "List attachments (Mailtrap alias)",
                    "request": {
                        "name": "List attachments (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "attachments"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "be3b522d-a7bc-44fb-b0d0-dcf0d1bcc6ee",
                            "name": "Attachment metadata.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "[\n  {\n    \"id\": \"<integer>\",\n    \"message_id\": \"<integer>\",\n    \"filename\": \"<string,null>\",\n    \"attachment_type\": \"inline\",\n    \"content_type\": \"<string,null>\",\n    \"content_id\": \"<string,null>\",\n    \"transfer_encoding\": \"<null>\",\n    \"attachment_size\": \"<integer>\",\n    \"checksum\": \"<string,null>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"attachment_human_size\": \"<string>\",\n    \"download_path\": \"<uri>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"message_id\": \"<integer>\",\n    \"filename\": \"<string,null>\",\n    \"attachment_type\": \"attachment\",\n    \"content_type\": \"<string,null>\",\n    \"content_id\": \"<string,null>\",\n    \"transfer_encoding\": \"<null>\",\n    \"attachment_size\": \"<integer>\",\n    \"checksum\": \"<string,null>\",\n    \"created_at\": \"<string,null-date-time>\",\n    \"updated_at\": \"<string,null-date-time>\",\n    \"attachment_human_size\": \"<string>\",\n    \"download_path\": \"<uri>\"\n  }\n]",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "47534e31-84ad-43cb-b959-1cb0014a02bb",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6f4a9e7e-09a6-4fba-8d32-5116a251dd00",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "9d87142d-e41f-4761-8e25-100a18a81ab8",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "01f9df73-42c8-4f68-a31d-fddb265c2d49",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "3475c8f1-9555-4a9a-8406-0ba92c7d4b70",
                    "name": "Get attachment metadata (Mailtrap alias)",
                    "request": {
                        "name": "Get attachment metadata (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "attachments",
                                ":attachmentId"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "attachmentId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "d9d51785-6569-4859-8737-08e622471c4c",
                            "name": "Attachment metadata.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<integer>\",\n  \"message_id\": \"<integer>\",\n  \"filename\": \"<string,null>\",\n  \"attachment_type\": \"attachment\",\n  \"content_type\": \"<string,null>\",\n  \"content_id\": \"<string,null>\",\n  \"transfer_encoding\": \"<null>\",\n  \"attachment_size\": \"<integer>\",\n  \"checksum\": \"<string,null>\",\n  \"created_at\": \"<string,null-date-time>\",\n  \"updated_at\": \"<string,null-date-time>\",\n  \"attachment_human_size\": \"<string>\",\n  \"download_path\": \"<uri>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "f3423599-8d55-43f2-be49-7f0572d9bc37",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "290ef053-99ac-41e8-b766-8e0cee6d0f64",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "0493f29c-662c-4a23-9b68-4599ff849545",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "7c092577-9a7b-4f85-ac99-f596f12d6bb3",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "bd11e8d3-ca99-4232-aecd-e311aa3e20f6",
                    "name": "Download an attachment (Mailtrap alias)",
                    "request": {
                        "name": "Download an attachment (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "messages",
                                ":messageId",
                                "attachments",
                                ":attachmentId",
                                "download"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "messageId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                        "type": "text/plain"
                                    }
                                },
                                {
                                    "type": "any",
                                    "value": "<integer>",
                                    "key": "attachmentId",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "*/*"
                            }
                        ],
                        "method": "GET",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "759b6b8e-cd68-4e92-a849-04827dc65b9c",
                            "name": "The attachment content, as a download.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId",
                                        "download"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "*/*"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "*/*"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Attachment disposition with the original filename.",
                                        "type": "text/plain"
                                    },
                                    "key": "Content-Disposition",
                                    "value": "<string>"
                                }
                            ],
                            "body": "<binary>",
                            "cookie": [],
                            "_postman_previewlanguage": "text"
                        },
                        {
                            "id": "26e00bc9-1ccf-45dc-be30-58761d35d868",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId",
                                        "download"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "8abf5d1b-9d65-4a95-9d68-9f4c84b45124",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId",
                                        "download"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "6f6f4d14-b5cc-4c72-9ad4-97eaafe5e342",
                            "name": "No such resource in this inbox (includes resources owned by other inboxes).",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId",
                                        "download"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Not Found",
                            "code": 404,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "27fa5dd5-9304-41ce-8e27-881a133c0d79",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "messages",
                                        ":messageId",
                                        "attachments",
                                        ":attachmentId",
                                        "download"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric message id. Messages belonging to a different inbox return `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "messageId"
                                        },
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Numeric attachment id. Must belong to the addressed message, else `404`.",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<integer>",
                                            "key": "attachmentId"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "GET",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "b6957a08-42a3-4d1e-b102-2bfe1c3a5a2b",
                    "name": "Delete all messages (Mailtrap alias)",
                    "request": {
                        "name": "Delete all messages (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "clean"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "855e43ee-f26e-40e9-b3ce-5e9c36b97362",
                            "name": "The emptied sandbox.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "clean"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"username\": \"<string>\",\n  \"email_username\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"email_domain\": \"<string>\",\n  \"smtp_ports\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"emails_count\": \"<integer>\",\n  \"emails_unread_count\": \"<integer>\",\n  \"used\": \"<boolean>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "214e3cd1-1a63-46a5-abde-1727990ed02d",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "clean"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "35e01310-0cba-46d8-bf14-987955ca57e6",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "clean"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "446babe7-a801-43e7-994d-804a6d573fa9",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "clean"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                },
                {
                    "id": "8f7af82c-6234-4c7c-b4e8-bcf03970d834",
                    "name": "Mark all messages read (Mailtrap alias)",
                    "request": {
                        "name": "Mark all messages read (Mailtrap alias)",
                        "description": {},
                        "url": {
                            "path": [
                                "sandboxes",
                                ":sandbox",
                                "all_read"
                            ],
                            "host": [
                                "{{baseUrl}}"
                            ],
                            "query": [],
                            "variable": [
                                {
                                    "type": "any",
                                    "value": "<string>",
                                    "key": "sandbox",
                                    "disabled": false,
                                    "description": {
                                        "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                        "type": "text/plain"
                                    }
                                }
                            ]
                        },
                        "header": [
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "method": "PATCH",
                        "body": {},
                        "auth": null
                    },
                    "response": [
                        {
                            "id": "fb027e4e-8a58-41d7-b123-39e80effc458",
                            "name": "The sandbox with updated unread count.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "all_read"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "OK",
                            "code": 200,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"username\": \"<string>\",\n  \"email_username\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"email_domain\": \"<string>\",\n  \"smtp_ports\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"emails_count\": \"<integer>\",\n  \"emails_unread_count\": \"<integer>\",\n  \"used\": \"<boolean>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "33c96c2f-df73-47c9-a66a-6e71938645d8",
                            "name": "Missing or invalid API token.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "all_read"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Unauthorized",
                            "code": 401,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "fb2ebb21-edfd-40a5-8f0f-10b57b18d3de",
                            "name": "The caller's IP address is outside the inbox's allow-list.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "all_read"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Forbidden",
                            "code": 403,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        },
                        {
                            "id": "3bcc8c27-d042-4e77-a854-c40a59e57dc9",
                            "name": "Rate limit exceeded.",
                            "originalRequest": {
                                "url": {
                                    "path": [
                                        "sandboxes",
                                        ":sandbox",
                                        "all_read"
                                    ],
                                    "host": [
                                        "{{baseUrl}}"
                                    ],
                                    "query": [],
                                    "variable": [
                                        {
                                            "disabled": false,
                                            "description": {
                                                "content": "(Required) Accepted for Mailtrap URL compatibility but **not validated** — the API\ntoken alone determines the inbox. Any value works; generated URLs use\nthe inbox's SMTP username.\n",
                                                "type": "text/plain"
                                            },
                                            "type": "any",
                                            "value": "<string>",
                                            "key": "sandbox"
                                        }
                                    ]
                                },
                                "header": [
                                    {
                                        "key": "Accept",
                                        "value": "application/json"
                                    },
                                    {
                                        "description": {
                                            "content": "Added as a part of security scheme: bearer",
                                            "type": "text/plain"
                                        },
                                        "key": "Authorization",
                                        "value": "Bearer <token>"
                                    }
                                ],
                                "method": "PATCH",
                                "body": {}
                            },
                            "status": "Too Many Requests",
                            "code": 429,
                            "header": [
                                {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "Seconds until the limiter window resets.",
                                        "type": "text/plain"
                                    },
                                    "key": "Retry-After",
                                    "value": "<integer>"
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Limit",
                                    "value": ""
                                },
                                {
                                    "disabled": false,
                                    "description": {
                                        "content": "",
                                        "type": "text/plain"
                                    },
                                    "key": "X-RateLimit-Remaining",
                                    "value": ""
                                }
                            ],
                            "body": "{\n  \"message\": \"<string>\"\n}",
                            "cookie": [],
                            "_postman_previewlanguage": "json"
                        }
                    ],
                    "event": [],
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    }
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "type": "any",
                "value": "{{bearerToken}}",
                "key": "token"
            }
        ]
    },
    "event": [],
    "variable": [
        {
            "key": "baseUrl",
            "value": "http://localhost"
        }
    ],
    "info": {
        "_postman_id": "a64d5f8d-2891-4e18-bb61-adc932581623",
        "name": "Sendtrap API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "description": {
            "content": "Sendtrap is an SMTP catcher / email sandbox. Every inbox exposes this HTTP API,\nauthenticated by the inbox's own API token. The API is served by both Sendtrap\nCommunity (self-hosted) and Sendtrap Cloud from the same core package; this\ndocument is the authoritative contract for the `/api/v1` surface and the\nMailtrap-compatible alias routes.\n\n## Authentication\n\nEvery request must carry the inbox API token, either as a bearer token:\n\n```\nAuthorization: Bearer <api_token>\n```\n\nor in the `X-Api-Token` header. The token scopes the request to exactly one\ninbox; there is no cross-inbox access. Find the token on the inbox's\nSettings page, or in the `api_token` field of `GET /api/v1/inbox`.\n\nRequests from IP addresses outside the inbox's configured allow-list are\nrejected with `403` even when the token is valid.\n\n## Rate limiting\n\nTwo limiters apply, keyed to the inbox (or to the caller IP when the token\nis invalid):\n\n- **General** (`inbox-api`): applies to every endpoint. The ceiling is\n  host-configured (Community: `SENDTRAP_API_REQUESTS_PER_MINUTE`, unlimited\n  by default with a 300/min fallback where a limit applies; Cloud: per plan).\n- **Blocking** (`inbox-api-wait`, 15/min): additionally applies to\n  `POST /v1/assert` and to `GET /v1/messages` when a `wait` parameter is\n  given, because those requests can hold a server worker open.\n\nThrottled responses include `X-RateLimit-Limit` / `X-RateLimit-Remaining`;\na rejected request returns `429` with `Retry-After`.\n\n## Blocking waits\n\n`GET /v1/messages?wait=N` and `POST /v1/assert` with `timeout: N` block\nserver-side until a matching message arrives or `N` seconds elapse. `N` is\nclamped to a server-configured ceiling (default 30 s). An assertion that\ntimes out is **not** an error: `/assert` always returns `200` with\n`matched: false` when nothing arrived.\n\n## Editions and gated features\n\nThe contract is identical in Community and Cloud. Where a feature is gated\nby plan in Cloud, the operation carries an `x-sendtrap-availability`\nextension: `community` describes availability in Sendtrap Community,\n`cloud` in Sendtrap Cloud. Calling a gated endpoint without access\nreturns `403`. Currently gated: the HTML compatibility check API\n(`GET /v1/messages/{id}/compatibility` and `min_compatibility_score` on\n`/assert`) — always available in Community, paid plans in Cloud.\n\n## Mailtrap compatibility\n\nThe `/sandboxes/{sandbox}/...` routes mirror a subset of the Mailtrap\nsandbox API so an existing Mailtrap test helper works after swapping only\nthe base URL and token. The `{sandbox}` path segment is accepted but not\nvalidated — the token already scopes the request to one inbox. Fields with\nno Sendtrap equivalent (templates, blacklist reports, POP3, granular\npermissions) are omitted rather than faked.\n\n## Versioning\n\n`/api/v1` is a compatibility surface: fields may be added, existing fields\nand semantics are not changed or removed within v1. The authoritative\nrevision of this document is the one shipped in the `sendtrap/core` release\n(`openapi/sendtrap.yaml`) matching your installed version.\n\n\nContact Support:\n Name: Sendtrap",
            "type": "text/plain"
        }
    }
}