Search CustomersAsk AIpost http://localhost:8080/v0/customers/searchQuery Paramslimitint32requiredList fetch limit, value between 1 and 1000offsetint32requiredOffset used for paging resultsBody ParamscustomerIdsarray of uuidslength between 1 and 2147483647List of customer unique identifiers (UUID)customerIds uuidADD uuiddateOfBirthdateDate of birth of the Customer in ISO format YYYY-MM-DDemailstringlength between 1 and 2147483647Email address of the CustomerfirstNamestringlength between 1 and 2147483647First name of the CustomerlastNamestringlength between 1 and 2147483647Last name of the CustomerphoneNumberobjectPhone number of the CustomerphoneNumber objectstatusstringenumCurrent Customer status. Possible values: ACTIVE: Customer is active BLOCKED: Customer is blocked INACTIVE: Customer is not active (closed) PENDING_APPROVAL: Customer is awaiting approval REFERRED: Customer is referred for further KYC checks REJECTED: Customer has been rejected ACTIVEINACTIVEREJECTEDBLOCKEDPENDING_APPROVALREFERREDAllowed:ACTIVEINACTIVEREJECTEDBLOCKEDPENDING_APPROVALREFERREDResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 10 months ago