Headless LMS

List apps the current user has authorized

GET
/api/connected-apps

Response Body

application/json

application/json

curl -X GET "https://example.com/api/connected-apps"
[  {    "id": "string",    "clientName": "string",    "scopes": [      "string"    ],    "createdAt": "string",    "expiresAt": "string"  }]
{  "error": "string",  "message": "string"}