# Customer The first step in the tokenization lifecycle is to create a Customer that will receive the token. ## Getting a list of customers from institution. - [GET /api/external/v1/customers](https://nyala-docs.redocly.app/apis/customer/getcustomers.md) ## Creates a new customer inside the institution. - [POST /api/external/v1/customers](https://nyala-docs.redocly.app/apis/customer/createcustomer.md) ## Getting a customer by Id. - [GET /api/external/v1/customers/{customer-id}](https://nyala-docs.redocly.app/apis/customer/getcustomer.md) ## Searches for a customer by firstname lastname or email. - [GET /api/external/v1/search](https://nyala-docs.redocly.app/apis/customer/querycustomers.md) ## Saving KYC data for custodying customer wallets. - [POST /api/external/v1/customers/{customer-id}/kyc](https://nyala-docs.redocly.app/apis/customer/submitcustomerkycdata.md)