GET
/
api2
/
v1
/
connectors
/
{connectorId}
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/connectors/{connectorId}
{
  "id": "<string>",
  "name": "<string>",
  "type": "AEM_PLUGIN",
  "organization": {
    "id": "<string>",
    "name": "<string>"
  },
  "createdBy": {
    "id": "<string>",
    "name": "<string>"
  },
  "createdAt": "2023-11-07T05:31:56Z",
  "localToken": "<string>",
  "automatedProjectSettings": [
    {
      "id": "<string>",
      "name": "<string>",
      "organization": {
        "id": "<string>",
        "name": "<string>"
      },
      "active": true,
      "sourceLang": "<string>",
      "targetLangs": [
        "<string>"
      ],
      "connector": {
        "id": "<string>",
        "name": "<string>"
      },
      "remoteFolder": "<string>"
    }
  ]
}

Path Parameters

connectorId
string
required

Response

200
application/json

successful operation

The response is of type object.