Mailboxlayer · Schema

mailboxlayer Error Response

Error envelope returned by mailboxlayer when a request fails. HTTP status is always 200; check the success flag and the error.code value.

EmailEmail VerificationEmail ValidationSMTPMX RecordsCatch-All DetectionDisposable EmailFree Email ProviderRole AddressQuality ScoreAPILayerPublic APIsData QualityAnti-FraudDeliverabilityCommunicationsDeveloper ToolsSecurity

Properties

Name Type Description
success boolean Always false for error responses.
error object
View JSON Schema on GitHub

JSON Schema

mailboxlayer-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/mailboxlayer/blob/main/json-schema/mailboxlayer-error-schema.json",
  "title": "mailboxlayer Error Response",
  "description": "Error envelope returned by mailboxlayer when a request fails. HTTP status is always 200; check the success flag and the error.code value.",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "const": false,
      "description": "Always false for error responses."
    },
    "error": {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer",
          "enum": [101, 103, 104, 105, 106, 210, 211],
          "description": "Numeric mailboxlayer error code."
        },
        "type": {
          "type": "string",
          "enum": [
            "invalid_access_key",
            "invalid_api_function",
            "usage_limit_reached",
            "https_access_restricted",
            "inactive_user",
            "no_email_address_supplied",
            "invalid_email_address"
          ],
          "description": "Machine-readable error identifier."
        },
        "info": {
          "type": "string",
          "description": "Human-readable error description."
        }
      },
      "required": ["code", "type", "info"],
      "additionalProperties": false
    }
  },
  "required": ["success", "error"],
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mailboxlayer-error"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.