Where do I get the API key to create customers?

I am getting this error:

Code:
EmsApi\Http\Response Object
(
    [url] => https://testapp.com/api/customers
    [headers] =>
    [contentType] => application/json; charset=UTF-8
    [httpMessage] => Bad Request
    [curlCode] => 0
    [curlMessage] =>
    [storeCurlInfo] =>
    [curlInfo] =>
    [body] => EmsApi\Params Object
        (
            [_data:EmsApi\Params:private] => Array
                (
                    [status] => error
                    [error] => Customer creation is disabled.
                )
            [_readOnly:EmsApi\Params:private] =>
        )
    [request] =>
    [_httpCode:EmsApi\Http\Response:private] => 400
 
Hello,
Please check in the Backend->Settings->Customers->Registration if the customers registration is enabled.

Cosmin
 
Back
Top