Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspaceId}
/
api-keys
List API keys
curl --request GET \
  --url https://api.luxxon.dev/api/v1/api/v1/workspaces/{workspaceId}/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'x-lx-consistency-token: <x-lx-consistency-token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-lx-consistency-token
string
required

Path Parameters

workspaceId
string
required
Example:

"8c3a5b6f-1d2e-4f7a-9b8c-d1e2f3a4b5c6"

Response

Request successful

The response is of type any.