API Information for Developers
Introduction
Atria has two core externally available interfaces for external systems to interact with Atria. The original CortexAPI is functionally complete for provisioning tasks and is supported. The new Atria API is a REST based interface.
the REST based API will continue to be developed, the older CortexAPI is being maintained and functionality will eventually be replaced by the REST API.
CortexAPI
Available in all versions of Atria. The CortexAPI is an XML based API that can be used to externally action the provisioning of customers, users and services.
Basic authentication is used over HTTPS using the standard Atria role based permissions system.
Read the Cortex API Guide to learn how the API works.
REST API or External API
The REST API was introduced in Atria v15, a Swagger interface is available within Atria for development support.
This API currently supports
- Customer Management
- Usage Export and Billing
- Some Microsoft Online functions
Read the Rest API Guide to learn how the API works.