OK
const response = await fetch('https://api.laminar.run/workspaces/{workspaceId}/api-keys', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": 0, "apiKey": "text", "createdAt": "2024-12-21T11:58:47.429Z" } ]