ExtractMail
    ExtractMail
    • Quickstart
    • Validate Email Address
      POST
    • Get User Stats
      GET
    • Schemas
      • Schemas
        • EmailValidationRequest
        • EmailValidationResponse
        • HTTPValidationError
        • ValidationError

      Get User Stats

      GET
      /user/stats
      Fetch all the account information

      Request

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

      Responses

      🟢200OK
      application/json
      Successful Response
      Body

      🟠422Parameter Error
      🟠401Unauthorized
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://extractmail.com/user/stats' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      200 - Success
      {
          "remaining_validations": 0,
          "total_validations": 5,
          "current_plan": "Free"
      }
      Modified at 2025-10-12 20:12:45
      Previous
      Validate Email Address
      Next
      EmailValidationRequest
      Built with