Skip to main content
GET
/
account
/
info
curl --request GET \
  --url https://api.enrow.io/account/info \
  --header 'x-api-key: YOUR_API_KEY'
{
  "credits": 36000,
  "webhooks": [
    "https://api.mysuperwebsite/api/webhook"
  ]
}
GET
https://api.enrow.io/account/info
Retrieve your current credit balance and registered webhooks. Authenticate every request with your API key in the x-api-key header. No body payload is needed — account information is retrieved from the API key.

Response

200 — Account info

credits
number
Your current credit balance. See Credits & billing to understand how credits are consumed per endpoint.
webhooks
array
Array of your registered webhook URLs. May be absent when no webhooks are configured. See How webhooks work.

Error Responses

CodeMessage
401This apikey is not valid
A 401 response means your API key is missing or invalid. See Error handling for the full list of status codes and response formats.
curl --request GET \
  --url https://api.enrow.io/account/info \
  --header 'x-api-key: YOUR_API_KEY'
{
  "credits": 36000,
  "webhooks": [
    "https://api.mysuperwebsite/api/webhook"
  ]
}

Next steps

Credits & billing

See how credits are consumed for each endpoint.

Authentication

How to pass your API key in the x-api-key header.

Webhooks

Get notified automatically when a search completes.

Find an email

Search for a professional email address from a name and company.