POST
/
ee
/
connectors
/
{connector_type}
/
auth
/
finalize
JavaScript
import Morphik from 'morphik';

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

const response = await client.ee.connectors.auth.finalizeManualAuth('connector_type', {
  credentials: { foo: 'bar' },
});

console.log(response);
{}

Headers

authorization
string

Path Parameters

connector_type
string
required

Body

application/json

Request model for manual credential submission.

Response

200
application/json

Successful Response

The response is of type object.