v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

List API keys

Lists API key metadata only. Raw key secrets are not returned after creation/rotation. Results are scoped to the authenticated Box account.

get/api-keys

Response

API key metadata.

okboolean required
typestring required

Stable success envelope discriminator added by v1.

Example response

{
  "ok": true,
  "apiKeys": [
    {
      "id": "sak_123",
      "name": "Production worker",
      "keyPrefix": "box_live",
      "keyLastFour": "9abc"
    }
  ]
}