# Creates a new account holders **POST /account_holders** ## Servers ## Parameters ### Body: (object) Required KYC information to open an account - **internal_id** (string) Typicaly internal user id used by a partner to identify a user - **name** (string) - **email** (string) - **kyc_data** (object) ## Responses ### 201 OK #### Body: (object) - **id** (string) - **internal_id** (string) Typicaly internal user id used by a partner to identify a user - **name** (string) - **email** (string) - **kyc_data** (object) ### 401 API key is missing or invalid. ### 422 Request body has errors or is invalid. [Powered by Bump.sh](https://bump.sh)