POST
/
ee
/
create_app
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.ee.createApp({ app_id: 'app_id', name: 'name' });

console.log(response);
{}

Headers

authorization
string

Body

application/json

Request body for the EE generate_uri endpoint (no user_id field).

Response

200
application/json

Successful Response

The response is of type object.