OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/api-keys', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ { "id": 0, "apiKey": "text", "createdAt": "2025-01-22T04:19:27.796Z" } ]