ERP.AI API enables seamless interaction with ERP.AI’s platform, allowing developers to create and manage applications. This section covers:
ERP.AI provides a sandbox environment for testing API calls without affecting live data. To access the sandbox:
The ERP.AI API requires Bearer Token Authentication. Every request must include an Authorization header with your API key.
API Endpoint: Generate API Key
POST /auth/generate-key
{
"email": "[email protected]",
"password": "your_secure_password"
}