API Keys
Manage your API access keys
| Name | Key | Created | Last Used | Calls/Mo | Status | Actions |
|---|
API Usage This Month
8,412 / 25,000 calls
34% of monthly limit used · Resets Apr 1, 2026
Quick Start
# Authenticate and query B2B companies curl -X GET \ "https://vertdata.com/api/v1/b2b/companies?industry=saas&state=CA" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"