Authentication
Learn how to set up TheirStack API authentication with Bearer token API keys — create, manage, and revoke keys directly from your account settings.
Authentication is done via API keys, which you can create and manage in your account settings.
When making a call, specify the API key in the Authorization header as a Bearer token:
Authorization: Bearer <token>Getting your API key
Go to Settings > API Keys and click Create API key.
Give your key a name and choose an expiration policy — either a specific date or Never.
Copy your API key and store it somewhere safe. For security reasons, the key is only shown once.
Revoking an API key
If an API key is compromised or no longer needed, you can revoke it immediately.
In Settings > API Keys, find the key you want to revoke and click the menu icon (three dots) on the right, then select Revoke.
Confirm the revocation. The key will stop working immediately and this action cannot be undone.
How is this guide?
Last updated on
Quickstart
Get started with the Job Search, Company Search and Technographics APIs in minutes — build a query with 30+ filters in the app, then export the cURL to Postman, Make, or n8n.
Pagination
Learn how to paginate TheirStack API responses with page-based and offset-based methods, including tips for faster queries on GET and POST endpoints.





