Headless LMS

List the organization's integration connections

GET /api/integrations. List the organization's integration connections. Headless LMS Integrations API reference.

GET
/api/integrations

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/integrations"
[  {    "orgId": "string",    "id": "string",    "integrationId": "string",    "config": {      "property1": null,      "property2": null    },    "active": true,    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]
{  "error": "string",  "message": "string",  "requestId": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}