Email Checker AI
    Email Checker AI
    • Email Checker API
    • Validate Single Email
      POST
    • Validate Bulk Email (File)
      POST
    • Check Task Status
      GET
    • Get Account
      GET

      Get Account

      GET
      https://api.emailcheckerai.com/api/v1/account/info
      Use this endpoint to check authentication and to check your account credits and status.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.emailcheckerai.com/api/v1/account/info' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      {}
      Modified at 2025-09-16 23:10:27
      Previous
      Check Task Status
      Built with