Base URL
Authentication
Include your API key in every request as a header:Core objects
Octolane has four objects you can create via the API:Key behaviors
No duplicates. Accounts and contacts are automatically deduplicated. Creating the same account or contact twice returns the existing record instead of creating a duplicate. Auto-creation. When you create an opportunity with a domain and email, Octolane automatically creates the associated account and contact for you. Multiple contacts per company. You can link multiple email contacts under one account. They’ll all be associated with the same company domain. Dates. All dates are Unix timestamps in milliseconds. For example, Feb 11, 2026 =1771286400000.
Error handling
If something goes wrong, you’ll get a clear error response:
Error responses follow this format:
Endpoints
Create Opportunity
Create a deal with associated account and contacts in one call.
Create Account
Create a company record by domain.
Create Contact
Create a person record by email.
Create Note
Attach notes to accounts and contacts.