List apps the current user has authorized
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"}