get
https://api.sandbox.1money.com/v1/customers
Retrieve a paginated list of all Customers for the authenticated Entity.
Pagination
Use page (1-based) and size query parameters. Response includes total count for calculating pages.
Deprecated: page_num (0-based) and page_size are still supported for backward compatibility but will be removed in a future version. Please migrate to page and size.
Filtering
Filter by kyb_status to get customers in specific KYB states (e.g., APPROVED, PENDING_REVIEW, INIT).
