Skip to main content
POST
/
ee
/
connectors
/
finalize-auth
JavaScript
import Morphik from 'morphik';

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

const response = await client.ee.connectors.finalizeAuth({
  auth_response_data: {},
  connector_type: 'connector_type',
});

console.log(response);
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string

Body

application/json
connector_type
string
required
auth_response_data
Auth Response Data · object
required

Response

Successful Response