Reckon
Docs Home
Reckon Site
Docs Home
Reckon Site
  1. Email Verification
  • Start Here
  • Reckon Public APIs
    • Email Verification
      • Verify Email Address
        POST
    • Credits
      • Get Credit Balance
  • Schemas
    • Schemas
      • Account
      • ErrorResponse
      • vfs_region
      • AccountMember
      • VerificationResult
      • vfs_storage_size
      • AccountMemberCreateRequest
      • vfs_billing
      • AccountMemberUpdateRequest
      • vfs
      • AccountMemberListResponse
      • vfs_attachment
      • pull_zone
      • Error
      • APIKeyCreateRequest
      • UserUpdateRequest
      • UserCreateRequest
      • push_zone
      • APIKeyUpdateRequest
      • UserListResponse
      • file
      • APIKeyResponse
      • UserProfileResponse
      • file
      • APIKeyListResponse
      • UserProfileUpdateRequest
      • upload_endpoint
      • UserAccountMemberResponse
      • UserPreferencesResponse
      • inputs
      • User
      • UserPreferencesUpdateRequest
      • billing
      • invoice
      • vke-cluster
      • nodepool-instances
      • nodepools
      • attached-vpcs
      • network
      • CreditBalanceResponse
      • VerifyEmailRequest
      • vpc
      • CreditTransaction
      • VerifyEmailResponse
      • vpc-node
      • CreditTransactionListResponse
      • instance-vpc
      • CreditGrantRequest
      • vpc2
      • CreditGrantResponse
      • vpc2-node
      • CreditGrantMetadata
      • instance-vpc2
      • user
      • ip-whitelist-entry
      • startup
      • ssh
      • snapshot
      • subaccount
      • reserved-ip
      • os
      • application
      • account
      • account BGP
      • bandwidth
      • backup
      • blockstorage
      • firewall-group
      • firewall-rule
      • iso
      • iso-public
      • storage-gateway
      • storage-gateway-network
      • storage-gateway-export
      • object-storage
      • object-storage
      • clusters
      • tiers
      • tiers
      • domain
      • dns-soa
      • dns-record
      • loadbalancer
      • log
      • log-meta
      • region
      • plans
      • plans-metal
      • baremetal
      • baremetal
      • baremetal-ipv4
      • baremetal-ipv6
      • bandwidth
      • instance
      • instance
      • meta
      • database
      • plan
      • usage
      • user
      • topic
      • quota
      • available-connector
      • connector-configuration-schema
      • connector
      • connector-status
      • connector-status-task
      • alert
      • migration
      • backup
      • backup
      • connection
      • connection_pool
      • available_option
      • db
      • pg-advanced-options
      • mysql-advanced-options
      • kafka-advanced-options
      • kafka-rest-advanced-options
      • schema-registry-advanced-options
      • kafka-connect-advanced-options
      • access-control
      • kafka-permissions
      • app-variable
      • inference-subscription
      • inference-usage
      • private-networks
      • backup-schedule
      • forwarding-rule
      • meta
      • loadbalancer-firewall-rule
      • registry
      • replication
      • registry-storage
      • registry-repository
      • registry-user
      • registry-user
      • registry-region
      • registry-plan
      • registry-docker-credentials
      • registry-kubernetes-docker-credentials
      • registry-repository-artifact
      • registry-robot
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • TooManyRequests
      • PaymentRequired
      • MethodNotAllowed
      • InternalServerError
      • UnsupportedMediaType
      • Timeout
      • ValidationError
      • ServiceUnavailable
Docs Home
Reckon Site
Docs Home
Reckon Site
  1. Email Verification

Verify Email Address

POST
https://api.reckonapp.io/api/v1/verify/single

Request

Authorization
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Verification completed successfully
Body

🟠400Bad Request
🟠401Unauthorized
🟠402402
🟠405405
🟠408408
🟠415415
🟠422Parameter Error
🟠429429
🔴500Server Error
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://api.reckonapp.io/api/v1/verify/single' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "user@example.com"
}'
Response Response Example
200 - Example 1
{
    "email_address": "user@example.com",
    "status": "valid",
    "status_meta": {
        "valid_format": true,
        "domain_exists": true,
        "accept_all": true,
        "disposable": true,
        "role_based": true,
        "mailbox_full": true,
        "plus_address": true
    },
    "domain_meta": {
        "domain": "string",
        "mailbox_provider": "string"
    },
    "config": {
        "validation_perform": true,
        "verification_perform": true
    },
    "errors": {
        "service": "string",
        "compliance": "string"
    },
    "performed_at": "2019-08-24T14:15:22.123Z",
    "performed_in_ms": 0
}
Modified at 2025-08-13 13:11:56
Previous
Start Here
Next
Get Credit Balance
Built with