Account Operations APIs

Action
Endpoint
Description

Create Account

POST /api/v2.0/account

Creates a new customer or business account. Requires product config, owner, reference, jurisdiction, etc.

Get Account by ID

GET /api/v2.0/account/{idRef}

Retrieves account details using account UUID or reference.

Search Accounts

GET /api/v2.0/account/search

Search by partial names, references, or attributes.

Query All Accounts

GET /api/v2.0/account

Paginated and filtered list of all accounts.

Get Accounts by Owner

GET /api/v2.0/account/owner/{customerType}/{reference}

Retrieve accounts associated with a specific customer or business entity.

Last updated