Skip to main content

Authentication

Most endpoints are public — pass no header and they just work. Endpoints that touch account state, or that compute against caller-supplied policy, require an X-API-Key header.

Which endpoints require an API key?

Getting an API Key

Sign up from the DotLookup Dashboard or via the API. email and password are both required, and the password must be at least 8 characters:
The response includes your api_key. Store it securely — it won’t be shown again. Lost it? Hit POST /v1/auth/regenerate-key (authenticated by the previous key) or use the password-reset flow.

Checking Your Account

Use the /v1/auth/me endpoint to view your account details and usage:
See the Account endpoint reference for the full response shape.

Rate limits

Anonymous traffic is throttled by IP at a public-good rate. Authenticated requests use your account’s tier-specific limit and count against your usage. See Rate Limits for headers and behavior.