Was this helpful?
DELETE /api-keys/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
OK
No content
GET /api-keys/{id} HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
{ "id": 1, "apiKey": "text", "createdAt": "2025-04-25T08:55:56.325Z" }
POST /api-keys HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 17 { "workspaceId": 1 }