OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/api-keys', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "apiKey": "text", "createdAt": "2024-11-21T06:24:06.831Z" } ]