Create an account
Accounts
Create an account
Create a new account (customer/client) for 3PL operations. Accounts are used to segregate inventory ownership.
POST
Create an account
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique account code |
name | Yes | Account display name |
email | No | Primary contact email |
is_active | No | Whether account is active (default: true) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Account created successfully

