Skip to main content

Welcome

The Atonom API provides a powerful and flexible way to integrate your existing systems with Atonom’s cloud employee management platform. Through our RESTful API, you can programmatically manage your cloud employees, automate workflows, and synchronize data between your systems and Atonom. Key features of the Atonom API include:
  • Seamless Integration: Connect your existing HR, payroll, and management systems with Atonom’s platform
  • Real-time Updates: Receive instant notifications about employee status changes and important events
  • Automated Workflows: Streamline your operations by automating routine tasks and processes
  • Secure Communication: All API interactions are protected with industry-standard authentication and encryption
  • Comprehensive Coverage: Access all core functionality of the Atonom platform through our API endpoints
Whether you’re looking to automate call campaigns, sync contact data, or build custom integrations, the Atonom API provides the tools you need to create a seamless connection between your systems and your cloud employees.
Building a custom integration connector where Atonom calls your server? See the separate Integration Connectors tab — that reference documents endpoints you implement, not endpoints on Atonom.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]