Get Account Details
Use this API endpoint to retrieve information about your account, including the associated email and the number of credits remaining.
Endpoint
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
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"}
Property | Type | Description |
---|---|---|
credits_left | integer | The number of credits currently available in your account. |
email | string | The email address associated with your account. |
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.