Introduction
The Aurex ERP API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.aurex-erp.com/v1
Authentication
The Aurex API uses Personal Access Tokens (PAT) to authenticate requests. You can view and manage your API keys in your Aurex Dashboard.
# Example Authentication Header
Authorization: Bearer your_api_token_here
Authorization: Bearer your_api_token_here
API Examples
GET
/tenants/status
Retrieve the health and subscription status of your dedicated instances.
{
"status": "active",
"license_mode": "deployed",
"dedicated_scaling": true,
"heartbeat": "2024-04-19T08:00:00Z"
}
Need a custom integration?
Our engineering team can help you build tailored workflows using our high-performance API.
Talk to an Architect