Home
DeBounce
Debounce Single Validation Example
Debounce Single Validation Example
Example of calling the DeBounce single email validation endpoint
Email Validation Email Verification Deliverability Disposable Email Detection MX Records Bulk Email Validation Data Enrichment Syntax Validation Reverse Email Lookup Logo API
Debounce Single Validation Example is an example object payload from DeBounce, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
title description request response_safe_to_send response_invalid response_disposable response_with_typo_suggestion response_error_invalid_key response_error_credits_low
Example Payload
{
"title": "DeBounce Single Email Validation - Example Request and Response",
"description": "Example of calling the DeBounce single email validation endpoint",
"request": {
"method": "GET",
"url": "https://api.debounce.io/v1/",
"query_parameters": {
"api": "YOUR_API_KEY",
"email": "someemail@gmail.com"
},
"curl_example": "curl 'https://api.debounce.io/v1/?api=YOUR_API_KEY&email=someemail@gmail.com'"
},
"response_safe_to_send": {
"status_code": 200,
"body": {
"debounce": {
"email": "someemail@gmail.com",
"code": "5",
"role": "false",
"free_email": "true",
"result": "Safe to Send",
"reason": "Deliverable",
"send_transactional": "1",
"did_you_mean": ""
},
"success": "1",
"balance": "329918"
}
},
"response_invalid": {
"status_code": 200,
"body": {
"debounce": {
"email": "notreal@nonexistent.xyz",
"code": "3",
"role": "false",
"free_email": "false",
"result": "Invalid",
"reason": "Undeliverable",
"send_transactional": "0",
"did_you_mean": ""
},
"success": "1",
"balance": "329917"
}
},
"response_disposable": {
"status_code": 200,
"body": {
"debounce": {
"email": "user@mailinator.com",
"code": "4",
"role": "false",
"free_email": "false",
"result": "Invalid",
"reason": "Disposable",
"send_transactional": "0",
"did_you_mean": ""
},
"success": "1",
"balance": "329916"
}
},
"response_with_typo_suggestion": {
"status_code": 200,
"body": {
"debounce": {
"email": "user@gmial.com",
"code": "3",
"role": "false",
"free_email": "false",
"result": "Invalid",
"reason": "Undeliverable",
"send_transactional": "0",
"did_you_mean": "user@gmail.com"
},
"success": "1",
"balance": "329915"
}
},
"response_error_invalid_key": {
"status_code": 401,
"body": {
"debounce": {
"error": "Wrong API",
"code": "0"
},
"success": "0"
}
},
"response_error_credits_low": {
"status_code": 402,
"body": {
"debounce": {
"error": "Credits Low",
"code": "0"
},
"success": "0"
}
}
}
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/debounce-single-validation-example"
All examples
curl "https://apis.io/api/v1/examples?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.