OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/auth-credentials', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "authType": "text" } ]