Get Account Details

Use this API endpoint to retrieve information about your account, including the associated email and the number of credits remaining.

Endpoint

GET
https://api.anymailfinder.com
/v5.1/account

Pricing

This endpoint is free to use.

Authentication

Include your API key using the Authorization header.
Refer to the Authentication page for setup instructions.

Code example

curl -X GET "https://api.anymailfinder.com/v5.1/account" \
-H "Authorization: YOUR_API_KEY"

Request parameters

This endpoint does not accept any parameters.

Response

200OK

The request was successful. The response contains details about your account, including the associated email address and the number of credits remaining.

{
"credits_left": 8698,
"email": "john.doe@microsoft.com"
}
PropertyTypeDescription
credits_leftintegerThe number of credits currently available in your account.
emailstringThe email address associated with your account.
401Unauthorized

Need Help?

Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.