Your First API Key
Every request to the ApexVerify API must be authenticated with an API key. This guide walks you through creating your account, generating your first key, and verifying it works — in under 2 minutes.
ApexVerify uses a custom HTTP header for authentication: X-Api-Key: YOUR_API_KEY. Include this header on every API request. Requests without a valid key return 401 Unauthorized.
Steps
Create your account
Go to apexverify.com and sign up for a free account. You’ll receive a confirmation email — click the link to activate.
Open the Dashboard
Log in at app.apexverify.com. The dashboard is your control center for API keys, batches, credit usage, and settings.
Never expose your API key in client-side code, public repositories, or unsecured environments. Treat it like a password. If a key is compromised, revoke it immediately from the Dashboard and generate a replacement.
See Creating Additional API Keys for key rotation best practices.
