Disposable Email Get {domain}

Check if a specific domain is in the disposable blocklist

gabrielmoreira Updated 17 repo stars

File contents

Endpoint

GET https://requiems.xyz/v1/networking/disposable/domain/{domain}

Check Domain

Check if a specific domain is in the disposable blocklist

Parameters

Name Type Required Location Description
domain string yes path The domain to check

Response Example

{
  "data": {
    "domain": "tempmail.com",
    "is_disposable": true
  },
  "metadata": {
    "timestamp": "2026-01-01T00:00:00Z"
  }
}

Response Fields

Field Type Description
domain string The domain that was checked
is_disposable boolean Whether the domain is in the disposable blocklist

Errors

  • undefined 400 — The domain parameter is missing

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/bobadilla-tech@requiems-api-skills/skills/disposable_email-get-{domain} commit d530e45d4b

Frequently asked questions

npx skillmds@latest add gabrielmoreira/disposable-email-get-domain