Skip to main content
POST
/
ee
/
connectors
/
status
JavaScript
import Morphik from 'morphik';

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

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

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

Headers

authorization
string

Body

application/json
connector_type
string
required

Response

Successful Response