List companies
Companies
List Companies
For direct client API keys, returns the single associated company. For ATS keys, returns companies created by this API key.
GET
List companies
Lists companies accessible to the API key. Behavior differs between regular API keys and ATS integration keys.
Overview
The list companies endpoint returns companies based on your API key type. Regular API keys see only their associated company, while ATS keys see all companies they’ve created.Regular API Keys
For regular API keys, this endpoint returns the single company associated with the key:ATS Integration Keys
For ATS keys, this endpoint returns all companies created by that ATS key:Use Cases
- Company Discovery: Find company IDs for ATS integrations
- Multi-Tenant Management: List all client companies for ATS platforms
- Company Verification: Verify company access and existence
Pagination
The endpoint supports pagination for ATS keys managing many companies:Related Resources
ATS Integration Guide
Learn about ATS integration keys
Companies Resource Guide
Understand company management
Get Company
Retrieve a specific company by ID
Authorizations
API key for authentication using Bearer scheme
Query Parameters
Page number (1-based)
Required range:
1 <= x <= 10000Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
20
Search by company name
Example:
"Acme"
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.