A. Authentication & Setup

Introduction

ERP.AI API enables seamless interaction with ERP.AI’s platform, allowing developers to create and manage applications. This section covers:


1. Getting a Sandbox Environment

ERP.AI provides a sandbox environment for testing API calls without affecting live data. To access the sandbox:

  1. Send an email to [email protected] from your erp.ai account email id
  2. Request sandbox access
  3. Obtain an API key for sandbox usage.

2. Authentication*

The ERP.AI API requires Bearer Token Authentication. Every request must include an Authorization header with your API key.

API Endpoint: Generate API Key

{
  "email": "[email protected]",
  "password": "your_secure_password"
}