IntroductionQuickstartAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets

Authentication

Learn how to authenticate API requests using your API key from account settings with the Bearer token in the Authorization header

Authentication is done via the API key which you can find in your account settings. When making a call, you'll have to specify this API key with the Authorization header. Here's an example:

Authorization: Bearer <token>

How is this guide?

Last updated on

Quickstart

Learn how to build a job or company search in the app, then copy the exact cURL to run the same query with the Job Search API in minutes.

Pagination

Learn how to paginate API responses using page-based or offset-based methods for both GET and POST requests