Create Company
Creates a new company using an ATS API key. Direct client keys cannot create companies via this endpoint.
Overview
The create company endpoint allows ATS integration keys to create new companies in the InstaView system. This is essential for multi-tenant ATS platforms that need to onboard new clients and manage their data in isolation.ATS Key Requirement
Use Cases
- Client Onboarding: Create companies for new ATS clients
- Multi-Tenant Management: Set up company isolation for ATS platforms
- White-Label Solutions: Create companies for white-label integrations
- Platform Integration: Onboard companies from external ATS systems
Basic Company Creation
ATS Integration Workflow
Company Isolation
Each company’s data is completely isolated. Companies created by an ATS key can only be accessed by that ATS key (or by regular API keys belonging to that company).Related Resources
ATS Integration Guide
Companies Resource Guide
List Companies
Authorizations
API key for authentication using Bearer scheme
Query Parameters
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Body
Company name
2 - 100"Acme Corporation"
Company description
1 - 1000"Leading technology company specializing in enterprise software"
Custom metadata for extensibility (max 10KB, 5 levels deep, 50 keys)
{
"externalCompanyId": "COMP-12345",
"industry": "Technology",
"companySize": "50-200",
"atsSystemId": "ATS-ORG-789"
}Email of the company owner. If provided, the system will automatically assign or invite the user.
254"owner@example.com"
Response
Company created successfully
Company ID
"123e4567-e89b-12d3-a456-426614174000"
Company name
"Acme Corporation"
Created timestamp
"2024-11-16T10:30:00Z"
Updated timestamp
"2024-11-16T10:30:00Z"
Company description
"Leading technology company"
Email of the company owner
254"owner@example.com"
Custom metadata
{
"externalCompanyId": "COMP-12345",
"industry": "Technology"
}