Skip to main content
GET
/
api
/
api-keys
cURL
curl --request GET \
  --url https://api.kazzle.app/api/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "keys": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Query Parameters

spaceId
string
required

Response

200 - application/json

Successful response

keys
any[]
required