Skip to main content
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).

app_id
string
required

ID of the application

name
string
required

Name of the application

expiry_days
integer
default:30

Token validity in days

Response

Successful Response

{key}
string
I