Creates a new account. entity_id is extracted from the API key and may NOT be supplied in the request body (Layer 1 isolation). Auto-assigns account_number, default_pricing_level_id, payment_term_id, and default_location_id from entity settings.
Side effects:
Idempotent when Idempotency-Key header is supplied (24-hour window).
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.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Optional idempotency key for safe retries.
255business, individual, lead, vendor Account created
An Arcus ERP account. Represents a customer, vendor, lead, or individual. account_type drives AR vs AP behavior: business/individual/lead = customer (AR); vendor = supplier (AP). entity_id is always from the API key (Layer 1 isolation).