Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
Download
The Arcus ERP Postman collection is auto-generated fromarcus-api-v1.yaml and updated on every spec change. It includes every endpoint pre-configured with environment variables, example request bodies, and test scripts.
Download Postman Collection
Click to download
arcus-erp-v1.postman_collection.jsonImport into Postman
- Open Postman and click Import
- Select the downloaded JSON file
- Postman imports the collection with all endpoints organized by resource
Set up your environment
Create a Postman environment with these variables:| Variable | Value |
|---|---|
ARCUS_API_KEY | Your API key (from Settings > Developers) |
ARCUS_ENTITY_ID | Your entity UUID |
ARCUS_BASE_URL | https://api.arcuserp.com/v1 |
{{ARCUS_BASE_URL}}, {{ARCUS_API_KEY}}, and {{ARCUS_ENTITY_ID}} placeholders throughout. Use ark_test_* keys for sandbox data and ark_live_* keys for production data.
What is included
- Every endpoint (accounts, orders, products, inventory, fulfillment, returns, purchasing, payments, accounting, master data, integrations, webhooks)
- Pre-filled example request bodies with realistic data
- Collection-level pre-request scripts that auto-set
Idempotency-Keyon mutating requests - Test scripts that assert
2xxstatus and validate response shapes - Pre-configured environment template pointing to
https://api.arcuserp.com/v1
Keeping it current
The collection is regenerated on every merge tomain that touches the OpenAPI spec. Download a fresh copy from the Arcus app when you need the latest endpoints.
