Skip to main content
GET
/
api
/
keys
List Keys Route
curl --request GET \
  --url https://api.example.com/api/keys
{
  "total": 123,
  "keys": [
    {
      "id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

total
integer
required
keys
KeyEntry · object[]
required